10 lines
213 B
JSON
10 lines
213 B
JSON
|
|
{
|
||
|
|
"extends": "./tsconfig.base.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"outDir": "./build/commonjs",
|
||
|
|
"module": "commonjs",
|
||
|
|
"declaration": true,
|
||
|
|
"declarationDir": "./build/types"
|
||
|
|
}
|
||
|
|
}
|