mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 17:53:55 +01:00
10 lines
178 B
JSON
10 lines
178 B
JSON
|
{
|
||
|
"extends": "../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"checkJs": true,
|
||
|
"types": ["cypress", "@testing-library/cypress"]
|
||
|
},
|
||
|
"include": ["**/*"],
|
||
|
"exclude": []
|
||
|
}
|