Gitako/tsconfig.json
2020-06-27 17:02:30 +08:00

13 lines
280 B
JSON

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