mirror of
https://github.com/zh-lx/pinyin-pro.git
synced 2026-03-13 09:51:38 +08:00
24 lines
522 B
JSON
24 lines
522 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "esnext",
|
|
"strict": true,
|
|
"jsx": "preserve",
|
|
"importHelpers": true,
|
|
"moduleResolution": "node",
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"isolatedModules": false,
|
|
"sourceMap": false,
|
|
"preserveConstEnums": true,
|
|
"declaration": true,
|
|
"declarationDir": "types",
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"@/*": ["lib/*"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules", "types"]
|
|
}
|