mirror of
https://github.com/zhigang1992/react.git
synced 2026-01-25 22:26:32 +08:00
25 lines
473 B
JSON
25 lines
473 B
JSON
{
|
|
"include": [
|
|
"./src/*"
|
|
],
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"lib": [
|
|
"dom",
|
|
"es2015"
|
|
],
|
|
"jsx": "react",
|
|
"target": "es5",
|
|
"allowJs": true,
|
|
"skipLibCheck": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": true,
|
|
"noEmit": true
|
|
}
|
|
}
|