mirror of
https://fast.feibisi.com/https://github.com/parcelvoy/platform.git
synced 2025-08-28 11:46:02 +08:00
19 lines
No EOL
489 B
JSON
19 lines
No EOL
489 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2022",
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"pretty": true,
|
|
"sourceMap": true,
|
|
"allowJs": true,
|
|
"noEmit": false,
|
|
"declaration": true
|
|
}
|
|
}
|
|
|