-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtsconfig.json
15 lines (15 loc) · 984 Bytes
/
tsconfig.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"compilerOptions": {
"target": "ESNext", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', or 'ESNEXT'. */
"module": "ESnext", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */
"sourceMap": true,
"declaration": true, /* Generates corresponding '.d.ts' file. */
"declarationDir": "./types",
"allowSyntheticDefaultImports": true,
/* Module Resolution Options */
"moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */
/* Advanced Options */
"resolveJsonModule": true, /* Include modules imported with '.json' extension */
"outDir": "dist", /* Redirect output structure to the directory. */
}
}