10 lines
156 B
JSON
10 lines
156 B
JSON
|
{
|
||
|
"extends": "./tsconfig",
|
||
|
"compilerOptions": {
|
||
|
"declaration": false,
|
||
|
"target": "es2015",
|
||
|
"module": "es2015",
|
||
|
"outDir": "lib/esm"
|
||
|
}
|
||
|
}
|