Repository URL to install this package:
Version:
1.2.13 ▾
|
@exotic/presets
/
tsconfig.json
|
---|
{
"compilerOptions": {
"outDir": "dist",
"module": "commonjs",
"target": "es6",
"lib": [
"es5",
"es6",
"es7",
"dom",
"es2015",
"es2016",
"es2017",
"esnext",
"scripthost",
"webworker"
],
"skipDefaultLibCheck": true,
"skipLibCheck": true,
"sourceMap": true,
"allowJs": false,
"declaration": true,
"moduleResolution": "node",
"noEmitOnError": false,
"esModuleInterop": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": false,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noImplicitAny": false,
"strictNullChecks": false,
"suppressImplicitAnyIndexErrors": true,
"noUnusedLocals": false
},
"include": [
"src/*",
"deps/*"
],
"exclude": [
"public",
"node_modules",
"build",
"scripts",
"dist",
"**/__todo",
"**/__unused"
]
}