mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-06 04:20:40 +00:00
14 lines
275 B
JSON
14 lines
275 B
JSON
{
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"outDir": "./output",
|
|
"paths": {
|
|
"@/*": ["./src/*"],
|
|
"@utils": ["./tests/utils/index.ts"]
|
|
},
|
|
"types": ["@modyfi/vite-plugin-yaml/modules"],
|
|
"skipLibCheck": true
|
|
},
|
|
"exclude": ["node_modules"]
|
|
}
|