gwei-alert-bot/tsconfig.json

17 lines
356 B
JSON
Raw Permalink Normal View History

2023-04-18 01:49:20 +00:00
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"outDir": "dist",
"strict": true,
"typeRoots": ["./types"],
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"include": [
"src/**/*.ts"
]
}