2024-04-15 14:26:34 +02:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
2024-05-04 02:18:07 +02:00
|
|
|
"module": "ES2020",
|
|
|
|
|
"target": "ES2015",
|
2024-04-15 14:26:34 +02:00
|
|
|
"declaration": true,
|
|
|
|
|
"outDir": "./dist",
|
2025-02-02 11:17:22 +01:00
|
|
|
"moduleResolution": "node"
|
2024-04-15 14:26:34 +02:00
|
|
|
},
|
2025-02-02 11:17:22 +01:00
|
|
|
"include": ["src"]
|
|
|
|
|
}
|