UNPKG

@cdktf/hcl2cdk

Version:
42 lines 911 B
{ "compilerOptions": { "alwaysStrict": true, "declaration": true, "declarationMap": true, "experimentalDecorators": true, "inlineSourceMap": true, "inlineSources": true, "lib": [ "ES2020" ], "module": "CommonJS", "noEmitOnError": false, "noFallthroughCasesInSwitch": true, "noImplicitAny": true, "noImplicitReturns": true, "noImplicitThis": true, "noUnusedLocals": true, "noUnusedParameters": true, "jsx": "react", "resolveJsonModule": true, "strict": true, "strictNullChecks": true, "strictPropertyInitialization": true, "stripInternal": true, "skipLibCheck": true, "target": "ES2018", "incremental": true, "esModuleInterop": true }, "files": [ "ambient.d.ts" ], "include": [ "**/*.ts", ], "exclude": [ "node_modules", "cdktf-convert-test*/**/*", "**/*.d.ts", ], }