github.com/jfrog/jfrog-cli-platform-services@v1.2.0/commands/templates/tsconfig.json_template (about) 1 { 2 "compilerOptions": { 3 "module": "commonjs", 4 "declaration": true, 5 "target": "es2017", 6 "skipLibCheck": true, 7 "forceConsistentCasingInFileNames": false, 8 "noFallthroughCasesInSwitch": false, 9 "allowJs": true 10 }, 11 "include": [ 12 "**/*.ts", 13 "node_modules/@types/**/*.d.ts" 14 ] 15 }