mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
23 lines
537 B
JSON
23 lines
537 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2015",
|
|
"module": "commonjs",
|
|
"declaration": false,
|
|
"skipLibCheck": true,
|
|
"skipDefaultLibCheck": true,
|
|
"incremental": true,
|
|
"sourceMap": false,
|
|
"strict": false,
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"resolveJsonModule": true,
|
|
"allowJs": true,
|
|
"noEmitOnError": false,
|
|
"importHelpers": false,
|
|
"typeRoots": ["../node_modules/@types"],
|
|
"types": ["node"]
|
|
},
|
|
"include": ["./"],
|
|
"exclude": ["**/node_modules"]
|
|
}
|