9 lines
No EOL
170 B
JSON
9 lines
No EOL
170 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "ES2020",
|
|
"outDir": "./dist-require",
|
|
"declaration": true,
|
|
},
|
|
} |