Files
vega-providers/tsconfig.json
himanshu8443 3f3e12f5df init
2025-06-15 21:29:40 +05:30

15 lines
341 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "commonjs",
"rootDir": "./providers",
"outDir": "./dist",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"include": ["providers/**/*"],
"exclude": ["node_modules", "dist"]
}