xuquan-nikkkki_FolderFile-S.../tsconfig.json

20 lines
431 B
JSON
Raw Permalink Normal View History

2022-04-15 18:13:31 +00:00
{
"compilerOptions": {
"baseUrl": ".",
"inlineSourceMap": true,
"inlineSources": true,
"module": "ESNext",
"target": "ES6",
"allowJs": true,
"noImplicitAny": true,
"moduleResolution": "node",
"importHelpers": true,
"isolatedModules": true,
"strictNullChecks": true,
"lib": ["DOM", "ES5", "ES6", "ES7"],
"jsx": "react-jsx",
"allowSyntheticDefaultImports": true
},
"include": ["**/*.ts", "**/*.tsx"]
2022-04-15 18:13:31 +00:00
}