1
0
Fork 0
mirror of https://github.com/Findus23/devicedetector.net.git synced 2024-09-19 15:43:46 +02:00
devicedetector.net/client/tsconfig.json

15 lines
284 B
JSON

{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"strict": true,
"jsx": "preserve",
"moduleResolution": "node",
"isolatedModules": true,
"types": [
"vite/client"
],
"skipLibCheck": true
},
"include": ["components.d.ts"]
}