mirror of
https://github.com/HackPlan/polaris-react.git
synced 2026-06-10 06:39:43 +08:00
23 lines
555 B
JSON
23 lines
555 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"lib": ["dom", "dom.iterable", "esnext"],
|
|
"allowJs": true,
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": true,
|
|
"noEmit": true,
|
|
"jsx": "preserve",
|
|
"strictNullChecks": true,
|
|
"noImplicitAny": true,
|
|
"experimentalDecorators": true
|
|
},
|
|
"include": ["src"]
|
|
}
|