mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
18 lines
376 B
JSON
18 lines
376 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2016",
|
|
"outDir": "dist",
|
|
"jsx": "react",
|
|
"allowJs": true,
|
|
"module": "commonjs",
|
|
"strict": true,
|
|
"resolveJsonModule": true,
|
|
"lib": ["dom", "es2017.object", "es2016"],
|
|
"baseUrl": ".",
|
|
"experimentalDecorators": true,
|
|
"paths": {
|
|
"*": ["src/*", "packages/*"]
|
|
}
|
|
},
|
|
"include": ["src"]
|
|
}
|