limgen
Version:
Infrastructure as Code generator
19 lines (18 loc) • 414 B
JSON
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
},
"outDir": "dist",
"declaration": true,
"target": "ES6",
"module": "commonjs",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"include": ["src/**/*", "test/**/*", "scripts/*"],
"exclude": ["node_modules", "dist", "examples"]
}