mirror of
https://hk.gh-proxy.com/https://github.com/bytedance/IconPark.git
synced 2026-07-28 13:28:34 +08:00
20 lines
523 B
JSON
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": []
|
|
}
|