magiskbot/tsconfig.json

11 lines
208 B
JSON
Raw Permalink Normal View History

2021-12-25 14:35:50 +00:00
{
2024-07-23 22:20:13 +00:00
"extends": "@tsconfig/node22/tsconfig.json",
2021-12-25 14:35:50 +00:00
"compilerOptions": {
"outDir": "./dist",
"types": ["node"],
"module": "ES6",
"moduleResolution": "node",
"noErrorTruncation": true
2021-12-25 14:35:50 +00:00
}
}