10 lines
169 B
JSON
10 lines
169 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"outDir": "./dist"
|
|
},
|
|
"include": [
|
|
"src"
|
|
]
|
|
} |