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