13 lines
237 B
JSON
13 lines
237 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"include": ["src/**/*.ts"],
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../common"
|
|
}
|
|
]
|
|
}
|