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