Files
hereconnect/packages/constants/tsconfig.json
T

15 lines
292 B
JSON
Raw Normal View History

2024-12-10 13:21:38 +02:00
{
"compilerOptions": {
"declaration": true,
2024-12-12 02:11:01 +02:00
"target": "ESNext",
2024-12-10 13:21:38 +02:00
"module": "ESNext",
"moduleResolution": "node",
"outDir": "./dist",
"strict": true,
"types": [],
"skipLibCheck": true
},
"include": ["src/index.ts"],
"exclude": ["node_modules", "dist"]
}