bot-template-ts/tsconfig.json
2024-03-10 15:54:28 +01:00

11 lines
No EOL
227 B
JSON

{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"strict": true,
"outDir": "./dist",
"skipLibCheck": true,
"noImplicitAny": true,
},
"include": ["src"],
}