NovaBot/tsconfig.json

7 lines
116 B
JSON
Raw Permalink Normal View History

{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"outDir": "output"
}
}