-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtsconfig.json
More file actions
14 lines (13 loc) · 598 Bytes
/
tsconfig.json
File metadata and controls
14 lines (13 loc) · 598 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "@theprodev/tsconfigs/node",
"compilerOptions": {
/* Module Resolution Options */
"moduleResolution": "node" /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */,
"types": [
"vitest/globals"
] /* Type declaration files to be included in compilation. */,
"esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
},
"exclude": []
}