Files
hereconnect/packages/constants/tsconfig.json
T
2024-12-12 02:11:01 +02:00

15 lines
292 B
JSON

{
"compilerOptions": {
"declaration": true,
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",
"outDir": "./dist",
"strict": true,
"types": [],
"skipLibCheck": true
},
"include": ["src/index.ts"],
"exclude": ["node_modules", "dist"]
}