AFFiNE/apps/keck/tsconfig.spec.json

10 lines
253 B
JSON
Raw Normal View History

2022-07-22 12:04:52 +03:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"module": "commonjs",
"types": ["jest", "node"]
},
"include": ["jest.config.ts", "**/*.test.ts", "**/*.spec.ts", "**/*.d.ts"]
}