11 lines
189 B
JSON
11 lines
189 B
JSON
|
{
|
||
|
"extends": "../tsconfig",
|
||
|
"compilerOptions": {
|
||
|
"rootDir": "src",
|
||
|
"outDir": "build-module",
|
||
|
"declaration": true,
|
||
|
"declarationMap": true,
|
||
|
"declarationDir": "./build-types"
|
||
|
}
|
||
|
}
|