-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathtsconfig.test.json
More file actions
27 lines (27 loc) · 829 Bytes
/
Copy pathtsconfig.test.json
File metadata and controls
27 lines (27 loc) · 829 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"extends": "./packages/core-engine/tsconfig.app.json",
"compilerOptions": {
"composite": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.test.tsbuildinfo",
"types": ["vitest/globals", "@testing-library/jest-dom", "node"]
},
"include": [
"tests/**/*.ts",
"tests/**/*.tsx",
"packages/**/*.test.ts",
"packages/**/*.test.tsx",
"packages/core-engine/src/**/*.ts",
"packages/core-engine/src/**/*.tsx",
"packages/core-ui/**/*.ts",
"packages/core-ui/**/*.tsx",
"packages/qbscript/**/*.ts",
"packages/qbscript/**/*.tsx",
"packages/local-db/**/*.ts",
"packages/local-db/**/*.tsx",
"packages/cloud/**/*.ts",
"packages/cloud/**/*.tsx",
"packages/runtime/**/*.ts",
"packages/runtime/**/*.tsx"
],
"exclude": ["node_modules", "dist", "cypress"]
}