mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
13 lines
260 B
JSON
13 lines
260 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"moduleResolution": "NodeNext",
|
|
"module": "NodeNext",
|
|
"baseUrl": ".",
|
|
"outDir": "./dist",
|
|
"paths": {
|
|
"@shared/*": ["../shared/src/*"]
|
|
}
|
|
},
|
|
"include": ["src/**/*.ts"]
|
|
}
|