Files
plex-api-spec/tsconfig.json
JasonLandbridge d902880604 format project
2024-09-04 11:24:16 +02:00

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"]
}