17 lines
239 B
JSON
17 lines
239 B
JSON
|
{
|
||
|
"extends": "../tsconfig-cjs",
|
||
|
"include": [
|
||
|
"**/*.d.ts",
|
||
|
"src/**/*",
|
||
|
"src/**/*.json"
|
||
|
],
|
||
|
"compilerOptions": {
|
||
|
"outDir": "build",
|
||
|
"resolveJsonModule": true,
|
||
|
"typeRoots": [
|
||
|
"./typings",
|
||
|
"./node_modules/@types"
|
||
|
]
|
||
|
}
|
||
|
}
|