13 lines
237 B
JSON
13 lines
237 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"rootDir": "./src",
|
|
"composite": true,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"incremental": true
|
|
},
|
|
"include": ["src"]
|
|
}
|