Reactive-Resume/apps/server/tsconfig.spec.json

10 lines
215 B
JSON
Raw Normal View History

2022-03-02 16:44:11 +00:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"module": "commonjs",
"types": ["jest", "node"]
},
"include": ["**/*.test.ts", "**/*.spec.ts", "**/*.d.ts"]
}