11 lines
273 B
JSON
11 lines
273 B
JSON
|
{
|
||
|
"extends": "./tsconfig.base.json",
|
||
|
"compilerOptions": {
|
||
|
"lib": ["ES6", "DOM"],
|
||
|
"target": "ES6",
|
||
|
"module": "CommonJS",
|
||
|
"moduleResolution": "node",
|
||
|
"outDir": "../lib/cjs",
|
||
|
"declarationDir": "../lib/cjs/types",
|
||
|
}
|
||
|
}
|