mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
16 lines
360 B
JSON
16 lines
360 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"esModuleInterop": true,
|
|
"isolatedModules": true,
|
|
"jsx": "react",
|
|
"lib": ["es2016", "dom", "es2017.object", "es2019"],
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"types": ["cypress", "@testing-library/cypress"]
|
|
},
|
|
"exclude": ["node_modules"]
|
|
}
|