mirror of
https://github.com/topjohnwu/magiskbot.git
synced 2024-11-23 03:49:45 +00:00
11 lines
208 B
JSON
11 lines
208 B
JSON
{
|
|
"extends": "@tsconfig/node22/tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"types": ["node"],
|
|
"module": "ES6",
|
|
"moduleResolution": "node",
|
|
"noErrorTruncation": true
|
|
}
|
|
}
|