mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
fb1f95c26e
See PR #271 description
21 lines
439 B
JSON
21 lines
439 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@player": ["src/Player"],
|
|
"@nsdefs": ["src/ScriptEditor/NetscriptDefinitions"]
|
|
},
|
|
"esModuleInterop": true,
|
|
"isolatedModules": true,
|
|
"jsx": "react",
|
|
"module": "commonjs",
|
|
"noEmit": true,
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"target": "es2019"
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|