h5-Dooring/tsconfig.json
2021-09-30 16:58:13 +08:00

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"]
}