Files
netbird-iac/tsconfig.json
Prox feb959703f
Some checks failed
Pulumi / pulumi (push) Failing after 1m17s
Initial Pulumi Typescript implementation
2026-02-15 17:16:47 +02:00

14 lines
278 B
JSON

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