mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
19 lines
370 B
JSON
19 lines
370 B
JSON
{
|
|
"compilerOptions": {
|
|
"jsx": "react",
|
|
"target": "es2017",
|
|
"experimentalDecorators": true,
|
|
"baseUrl": "./",
|
|
"module": "commonjs",
|
|
"paths": {
|
|
"*" : ["src/*", "packages/*"]
|
|
}
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
],
|
|
"include": [
|
|
"src/**/*",
|
|
"packages/**/*",
|
|
]
|
|
}
|