Scaffold project

This commit is contained in:
David Payr
2024-09-02 01:01:08 +03:00
parent ebea537812
commit d2de87194c
8 changed files with 640 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"compilerOptions": {
"target": "ES2021",
"strict": true,
"noImplicitAny": true,
"noImplicitOverride": true,
"types": ["@types/dom-webcodecs"]
},
"include": [
"src/**/*"
]
}