bitburner-src/test/tsconfig.json
2023-01-08 02:36:55 -05:00

9 lines
150 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"allowJs": true,
"types": ["jest"]
},
"include": ["**/*", "../src/**/*.d.ts"]
}