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