mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
16 lines
321 B
JSON
16 lines
321 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "Node",
|
|
"module": "ESNext",
|
|
"target": "ESNext",
|
|
"jsx": "react",
|
|
"strict": true,
|
|
"lib": ["dom", "es2017.object", "es2016", "ES2020.String"],
|
|
"baseUrl": ".",
|
|
"outDir": "dist",
|
|
"paths": {
|
|
"*": ["src/*"]
|
|
}
|
|
},
|
|
"include": ["src"]
|
|
}
|