mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-23 14:42:28 +01:00
14 lines
284 B
JSON
14 lines
284 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"outDir": "./dist-tsc/",
|
||
|
"esModuleInterop": true,
|
||
|
"isolatedModules": true,
|
||
|
"jsx": "react",
|
||
|
"lib": ["es2016", "dom", "es2017.object", "es2019"],
|
||
|
"module": "commonjs",
|
||
|
"target": "es6",
|
||
|
"sourceMap": true,
|
||
|
"strict": true
|
||
|
}
|
||
|
}
|