mirror of
https://github.com/sakaljurgis/best-choice.git
synced 2026-07-08 21:47:40 +00:00
21 lines
296 B
JSON
21 lines
296 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"baseUrl": ".",
|
|
"rootDirs": [
|
|
"src",
|
|
"../shared"
|
|
],
|
|
"paths": {
|
|
"@shared/*": [
|
|
"../shared/*.d.ts"
|
|
]
|
|
}
|
|
},
|
|
"include": [
|
|
"src"
|
|
]
|
|
}
|