12 lines
168 B
JSON
12 lines
168 B
JSON
|
{
|
||
|
"extends": "../tsconfig-cjs",
|
||
|
"compilerOptions": {
|
||
|
"declaration": true,
|
||
|
"outDir": "build",
|
||
|
"typeRoots": [
|
||
|
"./typings",
|
||
|
"./node_modules/@types"
|
||
|
]
|
||
|
}
|
||
|
}
|