10 lines
No EOL
191 B
JSON
10 lines
No EOL
191 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "ES2020",
|
|
"target": "ES2020",
|
|
"outDir": "./lib-esm",
|
|
"declaration": false,
|
|
"declarationMap": false
|
|
}
|
|
} |