1{ 2 "compilerOptions": { 3 "allowImportingTsExtensions": true, 4 "checkJs": true, 5 "module": "preserve", 6 "noEmit": true, 7 "strict": true, 8 "experimentalDecorators": true, 9 "types": ["vite/client"] 10 } 11} 12 13