mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 02:43:48 +02:00
12 lines
190 B
JSON
12 lines
190 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2021",
|
|
"strict": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitOverride": true,
|
|
"types": ["@types/dom-webcodecs"]
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
} |