mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
14 lines
322 B
JSON
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"]
|
|
}
|