mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
14 lines
275 B
JSON
14 lines
275 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"moduleResolution": "node",
|
|
"module": "esnext",
|
|
"target": "es2018",
|
|
"lib": ["esnext", "dom"],
|
|
"baseUrl": ".",
|
|
"allowJs": true,
|
|
"paths": {
|
|
"@shared/*": ["../shared/src/*"]
|
|
}
|
|
}
|
|
}
|