IconPark/packages/react/tsconfig.json
2020-08-27 17:02:57 +08:00

20 lines
523 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"strict": true,
"rootDir": ".",
"jsx": "react",
"declaration": true,
"declarationDir": "./",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"preserveSymlinks": true,
"resolveJsonModule": true,
"removeComments": true,
"experimentalDecorators": true,
"baseUrl": "./"
},
"exclude": []
}