first commit
This commit is contained in:
27
tsconfig.spec.json
Normal file
27
tsconfig.spec.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"extends": "../.configs/tsconfig.node.json",
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"resolveJsonModule": true,
|
||||
"outDir": "dist/out-tsc",
|
||||
"types": [
|
||||
"vitest/globals",
|
||||
"vitest/importMeta",
|
||||
"node",
|
||||
]
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
],
|
||||
"include": [
|
||||
"**/*.test.ts",
|
||||
"**/mocks/**/*.ts",
|
||||
"**/*.spec.ts",
|
||||
"**/*.test.tsx",
|
||||
"**/*.spec.tsx",
|
||||
"**/*.test.js",
|
||||
"**/*.spec.js",
|
||||
"**/*.test.jsx",
|
||||
"**/*.spec.jsx",
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user