mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
9 lines
150 B
JSON
9 lines
150 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"types": ["jest"]
|
|
},
|
|
"include": ["**/*", "../src/**/*.d.ts"]
|
|
}
|