UNPKG

982 BJSONView Raw
1{
2 "compilerOptions": {
3 /* Basic Options */
4 "target": "es5", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */
5 "module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */
6 "declaration": true, /* Generates corresponding '.d.ts' file. */
7 "outDir": "./lib",
8 "strict": true, /* Enable all strict type-checking options. */
9 "strictPropertyInitialization": false, /* Enable strict checking of property initialization in classes. */
10 /* Experimental Options */
11 "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
12 "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
13 "skipLibCheck": true,
14 }
15}
\No newline at end of file