mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 08:43:53 +01:00
14 lines
247 B
JSON
14 lines
247 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl" : ".",
|
|
"lib" : ["es2016", "dom"],
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"sourceMap": true,
|
|
"strict": true
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|