mirror of
https://github.com/kevinsqi/react-circular-progressbar.git
synced 2025-12-08 20:25:50 +00:00
19 lines
389 B
JSON
19 lines
389 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"declarationDir": "dist",
|
|
"esModuleInterop": true,
|
|
"jsx": "react",
|
|
"lib": ["es2015", "dom"],
|
|
"module": "es6",
|
|
"noImplicitAny": true,
|
|
"outDir": "./dist",
|
|
"removeComments": true,
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"target": "es5"
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|