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

16 lines
284 B
JSON
Raw Normal View History

2019-04-09 13:31:15 +02:00
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"strict": true,
"jsx": "preserve",
"moduleResolution": "node",
2023-01-06 18:46:29 +01:00
"isolatedModules": true,
"types": [
2023-01-06 18:46:29 +01:00
"vite/client"
],
2023-01-06 18:46:29 +01:00
"skipLibCheck": true
2019-04-09 13:31:15 +02:00
},
2023-01-06 18:46:29 +01:00
"include": ["components.d.ts"]
2019-04-09 13:31:15 +02:00
}