mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
e44813b65d
Don't generate sourcemaps for TS Remove github actions
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
|
|
}
|
|
}
|