|
1 | 1 | { |
2 | 2 | "compilerOptions": { |
3 | | - "target": "ES2017", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', or 'ESNEXT'. */ |
4 | | - "module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */ |
5 | | - "strict": true, /* Enable all strict type-checking options. */ |
6 | | - "esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */ |
7 | | - "skipLibCheck": true, /* Skip type checking of declaration files. */ |
8 | | - "forceConsistentCasingInFileNames": true, /* Disallow inconsistently-cased references to the same file. */ |
9 | | - "sourceMap": true, |
10 | | - "declaration": true, |
11 | | - "outDir": "dist", |
12 | | - // "allowJs": true, |
13 | | - "baseUrl": "src", |
14 | | - // "moduleResolution": "classic" |
| 3 | + "target": "ES2017", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', or 'ESNEXT'. */ |
| 4 | + "module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */ |
| 5 | + "strict": true, /* Enable all strict type-checking options. */ |
| 6 | + "esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */ |
| 7 | + "skipLibCheck": true, /* Skip type checking of declaration files. */ |
| 8 | + "forceConsistentCasingInFileNames": true, /* Disallow inconsistently-cased references to the same file. */ |
| 9 | + "sourceMap": true, |
| 10 | + "declaration": true, |
| 11 | + "outDir": "./dist", |
| 12 | + "rootDir": "./src", |
| 13 | + // "allowJs": true, |
| 14 | + "baseUrl": "src", |
| 15 | + // "moduleResolution": "classic" |
15 | 16 | }, |
16 | 17 | "files": [ |
17 | 18 | "./node_modules/@types/mocha/index.d.ts", |
|
0 commit comments