This commit is contained in:
Andras Schmelczer 2025-02-23 10:12:33 +00:00
parent a2b7ad2a19
commit 0bf5f024ea
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
2 changed files with 33 additions and 38 deletions

View file

@ -1,16 +1,11 @@
{
"compilerOptions": {
"baseUrl": ".",
"strict": true,
"target": "ES2022",
"module": "CommonJS",
"esModuleInterop": true,
"lib": [
"DOM",
"ESNext"
]
},
"exclude": [
"./dist"
]
}
"compilerOptions": {
"baseUrl": ".",
"strict": true,
"target": "ES2022",
"module": "CommonJS",
"esModuleInterop": true,
"lib": ["DOM", "ESNext"]
},
"exclude": ["./dist"]
}