15 lines
235 B
JSON
15 lines
235 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ES2022",
|
|
"esModuleInterop": true,
|
|
"lib": [
|
|
"ES2020",
|
|
"DOM"
|
|
],
|
|
"moduleResolution": "node",
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"declaration": true
|
|
},
|
|
}
|