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