mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 10:53:50 +02:00
10 lines
161 B
JSON
10 lines
161 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"moduleResolution": "nodenext",
|
|
"module": "NodeNext"
|
|
},
|
|
"include": [
|
|
".vitepress/config.mts"
|
|
]
|
|
} |