total-torn-supply-watcher/tsconfig.json

10 lines
190 B
JSON
Raw Permalink Normal View History

2023-06-15 01:14:47 +03:00
{
"compilerOptions": {
"module": "CommonJS",
"resolveJsonModule": true,
"target": "ES2015",
"esModuleInterop": true,
"skipLibCheck": true
}
}