mono/packages/kbot/kbot-tests/tsconfig.json
2025-02-20 14:44:05 +01:00

9 lines
140 B
JSON

{
"compilerOptions": {
"target": "ES6",
"module": "commonjs",
"rootDir": "src",
"outDir": "dist",
"strict": true
}
}