15 lines
254 B
JSON
15 lines
254 B
JSON
|
{
|
||
|
"extends": "../tsconfig",
|
||
|
"compilerOptions": {
|
||
|
"rootDir": "src",
|
||
|
"outDir": "build-module",
|
||
|
"declaration": true,
|
||
|
"declarationMap": true,
|
||
|
"declarationDir": "./build-types",
|
||
|
"typeRoots": [
|
||
|
"./typings",
|
||
|
"./node_modules/@types"
|
||
|
]
|
||
|
}
|
||
|
}
|