historical/RbxDiscordProxy.git/tsconfig.json
2024-01-16 11:20:27 -06:00

10 lines
No EOL
153 B
JSON

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