12 lines
206 B
JSON
12 lines
206 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.base.json",
|
||
|
"compilerOptions": {
|
||
|
"allowJs": true,
|
||
|
"composite": true,
|
||
|
"module": "CommonJS",
|
||
|
"outDir": "lib",
|
||
|
"rootDir": "src"
|
||
|
},
|
||
|
"include": ["src"]
|
||
|
}
|