1c3f8b39a3
Co-authored-by: gin <gin-18@qq.com> Co-authored-by: gin <dengxinmin@owlscm.com> Reviewed-on: #1
16 lines
363 B
JSON
16 lines
363 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"moduleResolution": "node",
|
|
"strict": false,
|
|
"experimentalDecorators": true,
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"sourceMap": true,
|
|
"resolveJsonModule": true,
|
|
"jsx": "preserve"
|
|
}
|
|
}
|