mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 19:03:46 +02:00
20 lines
354 B
JSON
20 lines
354 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"moduleResolution": "nodenext",
|
|
"module": "NodeNext",
|
|
"composite": true,
|
|
"noEmit": false,
|
|
"paths": {
|
|
"mediabunny": ["./src/index.ts"],
|
|
},
|
|
"types": ["vite/client"]
|
|
},
|
|
"include": [
|
|
"./vite.config.ts",
|
|
"./examples/**/*.ts"
|
|
],
|
|
"references": [
|
|
{ "path": "./src" }
|
|
]
|
|
} |