28cb6b9c88
Value: [1e-8 to 1e-6]
25 lines
487 B
JSON
25 lines
487 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"jsx": "react",
|
|
"allowJs": true,
|
|
"noImplicitAny": true,
|
|
"removeComments": true,
|
|
"preserveConstEnums": true,
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"outDir": "./dist",
|
|
"declarationDir": "./dist",
|
|
"declaration": true,
|
|
"composite": true
|
|
},
|
|
"target": "ES6",
|
|
"include": ["src/**/*"],
|
|
"exclude": [
|
|
"../../node_modules",
|
|
"node_modules",
|
|
"**/*.spec.ts",
|
|
"webpack.config.js"
|
|
]
|
|
}
|