-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtsconfig.json
15 lines (15 loc) · 933 Bytes
/
tsconfig.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"lib": ["esnext"],
"sourceMap": true, /* Generates corresponding '.map' file. */
"strict": true, /* Enable all strict type-checking options. */
"strictNullChecks": true, /* Enable strict null checks. */
"moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic'
"esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
"skipLibCheck": true, /* Skip type checking of declaration files. */
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */
},
"ts-node": { "esm": true },
}