Files
Tejas Kumar b29905a3ac Initial
2026-04-02 10:57:24 +02:00

11 lines
177 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"outDir": "dist"
},
"include": ["src"]
}