19 lines
333 B
JSON
19 lines
333 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"references": [
|
|
{
|
|
"path": "../common"
|
|
}
|
|
],
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "dist",
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"resolveJsonModule": true
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
}
|