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