Gitako/tsconfig.json
2021-05-16 23:08:32 +08:00

14 lines
322 B
JSON

{
"compilerOptions": {
"moduleResolution": "Node",
"module": "ESNext",
"target": "ESNext",
"jsx": "react",
"strict": true,
"lib": ["dom", "es2017.object", "es2016", "ES2020.String"],
"baseUrl": "src",
"allowSyntheticDefaultImports": true,
"outDir": "dist"
},
"include": ["src"]
}