github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/examples/nodejs/express-ts/tsconfig.json (about) 1 { 2 "compilerOptions": { 3 "target": "es6", 4 "module": "commonjs", 5 "moduleResolution": "node", 6 "rootDir": ".", 7 "outDir": "build", 8 "allowSyntheticDefaultImports": true, 9 "allowJs": true, 10 "checkJs": true, 11 "importHelpers": false, 12 "alwaysStrict": true, 13 "sourceMap": true, 14 "esModuleInterop": true, 15 "forceConsistentCasingInFileNames": false, 16 "noFallthroughCasesInSwitch": true, 17 "noImplicitReturns": false, 18 "noUnusedLocals": false, 19 "noUnusedParameters": false, 20 "noImplicitAny": false, 21 "noImplicitThis": false, 22 "strictNullChecks": false, 23 "skipLibCheck": true 24 }, 25 "include": ["**/*.ts"] 26 }