mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
15 lines
288 B
JSON
15 lines
288 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl" : ".",
|
|
"jsx": "react",
|
|
"lib" : ["es2016", "dom", "es2017.object"],
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"sourceMap": true,
|
|
"strict": true
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|