mirror of
https://github.com/VisActor/VChart
synced 2024-11-22 17:26:19 +00:00
23 lines
594 B
JSON
23 lines
594 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["es6", "dom"],
|
|
"outDir": "dist",
|
|
"sourceMap": false,
|
|
"allowJs": false,
|
|
"jsx": "react",
|
|
"declaration": true,
|
|
"moduleResolution": "node",
|
|
"forceConsistentCasingInFileNames": true,
|
|
"noImplicitReturns": true,
|
|
"noImplicitThis": true,
|
|
"noImplicitAny": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"strictNullChecks": true,
|
|
"suppressImplicitAnyIndexErrors": true,
|
|
"ignoreDeprecations": "5.0",
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true
|
|
},
|
|
"exclude": ["node_modules", "rollup.config.js"]
|
|
}
|