14 lines
180 B
JSON
14 lines
180 B
JSON
{
|
|
"extends": "../../tsconfig.build.json",
|
|
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"rootDir": "./src",
|
|
"composite": true
|
|
},
|
|
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
}
|