2023-03-14 21:16:54 +01:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2023-07-22 20:12:13 +02:00
|
|
|
"target": "ES2022",
|
2023-03-14 21:16:54 +01:00
|
|
|
"module": "commonjs",
|
|
|
|
"sourceMap": true,
|
|
|
|
"outDir": "./dist/",
|
|
|
|
"rootDir": "./src/",
|
|
|
|
"strict": true,
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"resolveJsonModule": true,
|
|
|
|
}
|
|
|
|
}
|