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