9 lines
171 B
JSON
9 lines
171 B
JSON
{
|
|
"extends": "./tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "./dist-import",
|
|
"emitDeclarationOnly": false,
|
|
"declaration": true,
|
|
"module": "ESNext"
|
|
}
|
|
}
|