mirror of
https://github.com/placeholder-soft/web.git
synced 2026-01-12 22:45:00 +08:00
25 lines
528 B
JSON
25 lines
528 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"baseUrl": ".",
|
|
"esModuleInterop": true,
|
|
"experimentalDecorators": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"jsx": "react-jsx",
|
|
"isolatedModules": true,
|
|
"lib": [
|
|
"dom",
|
|
"esnext"
|
|
],
|
|
"module": "CommonJS",
|
|
"moduleResolution": "NodeNext",
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"target": "ES2020",
|
|
"paths": {}
|
|
}
|
|
}
|