AFFiNE/tests/tsconfig.json
2023-02-17 10:43:52 +08:00

9 lines
146 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"noEmit": true
},
"include": ["**.spec.ts", "**.test.ts"]
}