Spaces:
Sleeping
Sleeping
Commit
·
87854bc
1
Parent(s):
cba60be
Exclude api.test.ts from TypeScript compilation
Browse files- web/tsconfig.json +1 -1
web/tsconfig.json
CHANGED
|
@@ -20,6 +20,6 @@
|
|
| 20 |
"types": ["vite/client", "node", "vitest/globals", "vitest/import-meta"]
|
| 21 |
},
|
| 22 |
"include": ["src", "**/*.ts", "**/*.tsx", "src/types/*.d.ts"],
|
| 23 |
-
"exclude": ["vite.config.ts"],
|
| 24 |
"references": [{ "path": "./tsconfig.node.json" }]
|
| 25 |
}
|
|
|
|
| 20 |
"types": ["vite/client", "node", "vitest/globals", "vitest/import-meta"]
|
| 21 |
},
|
| 22 |
"include": ["src", "**/*.ts", "**/*.tsx", "src/types/*.d.ts"],
|
| 23 |
+
"exclude": ["vite.config.ts", "src/services/api.test.ts"],
|
| 24 |
"references": [{ "path": "./tsconfig.node.json" }]
|
| 25 |
}
|