discord-rpc/tsconfig.json
Naomi Carrigan 46ae51bd33
Some checks failed
Node.js CI / Lint and Test (push) Has been cancelled
feat: initial project
2025-02-18 15:19:25 -08:00

7 lines
138 B
JSON

{
"extends": "@nhcarrigan/typescript-config",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./prod",
}
}