mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 19:03:46 +02:00
13 lines
220 B
JSON
13 lines
220 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"moduleResolution": "nodenext",
|
|
"module": "NodeNext"
|
|
},
|
|
"include": [
|
|
"**/*.ts",
|
|
"**/*.vue",
|
|
".vitepress/config.mts",
|
|
".vitepress/theme/index.ts",
|
|
]
|
|
} |