mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 19:03:46 +02:00
11 lines
173 B
JSON
11 lines
173 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "NodeNext",
|
|
"moduleResolution": "nodenext",
|
|
"isolatedModules": true,
|
|
},
|
|
"include": [
|
|
"**/*"
|
|
],
|
|
} |