mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-03-16 07:12:30 +01:00
13 lines
261 B
JSON
13 lines
261 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist-tsc/",
|
|
"esModuleInterop": true,
|
|
"isolatedModules": true,
|
|
"jsx": "react",
|
|
"lib": ["es2016", "dom", "es2017.object", "es2019"],
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"strict": true
|
|
}
|
|
}
|