total-torn-supply-watcher/tsconfig.json
2023-06-14 15:14:47 -07:00

10 lines
190 B
JSON

{
"compilerOptions": {
"module": "CommonJS",
"resolveJsonModule": true,
"target": "ES2015",
"esModuleInterop": true,
"skipLibCheck": true
}
}