13 lines
241 B
JSON
13 lines
241 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "CommonJS",
|
||
|
"moduleResolution": "node",
|
||
|
"target": "ES2020",
|
||
|
"esModuleInterop": true,
|
||
|
"resolveJsonModule": true,
|
||
|
"rootDir": "./",
|
||
|
"outDir": "./lib/",
|
||
|
"strict": true,
|
||
|
"declaration": true
|
||
|
}
|
||
|
}
|