historical/RbxDiscordProxy.git/tsconfig.json

10 lines
153 B
JSON
Raw Normal View History

2024-01-16 17:20:27 +00:00
{
"compilerOptions": {
"module": "commonjs",
"outDir": "bin",
"rootDir": "src",
"strict": true,
"target": "ES6",
"noUnusedLocals": true
}
}