AFFiNE/tests/tsconfig.json

9 lines
146 B
JSON
Raw Normal View History

2023-02-17 05:43:52 +03:00
{
"extends": "../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"noEmit": true
},
"include": ["**.spec.ts", "**.test.ts"]
}