mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2025-12-11 09:22:51 +00:00
18 lines
385 B
JSON
18 lines
385 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"importHelpers": true,
|
|
"jsx": "react-jsx",
|
|
"esModuleInterop": true,
|
|
"sourceMap": true,
|
|
"strictNullChecks": true,
|
|
"noImplicitAny": false,
|
|
"allowSyntheticDefaultImports": true,
|
|
"baseUrl": "./",
|
|
"strict": true
|
|
},
|
|
"exclude": ["node_modules"]
|
|
}
|