Files

16 lines
362 B
JSON
Raw Permalink Normal View History

2026-04-11 09:21:22 +02:00
{
"compilerOptions": {
"composite": true,
"baseUrl": ".",
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "Bundler",
"allowSyntheticDefaultImports": true,
"paths": {
"@gnommo/slide-contracts": ["packages/slide-contracts/src/index.ts"]
},
"strict": true
},
"include": ["vite.config.ts", "packages"]
}