9 lines
167 B
JSON
9 lines
167 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist-import",
|
|
"target": "ES2020",
|
|
"module": "ES2015",
|
|
"declaration": true,
|
|
}
|
|
}
|