15 lines
251 B
JSON
15 lines
251 B
JSON
|
{
|
||
|
"extends": "./tsconfig.base.json",
|
||
|
"compilerOptions": {
|
||
|
"composite": true,
|
||
|
"rootDir": "./src",
|
||
|
"outDir": "./lib"
|
||
|
},
|
||
|
"include": [
|
||
|
"./src/**/*"
|
||
|
],
|
||
|
"exclude": [
|
||
|
"./src/tests/**/*"
|
||
|
]
|
||
|
}
|