feat: reiverr-plugin:2.0.0 version checking

This commit is contained in:
Aleksi Lassila
2025-02-12 18:27:17 +02:00
parent dfa59a1994
commit 77cb5d6192
8 changed files with 48 additions and 13 deletions

View File

@@ -14,7 +14,8 @@
"incremental": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": false,
"lib": ["es6"]
"lib": ["es6"],
"resolveJsonModule": true
},
"include": ["src/**/*.ts"]
"include": ["src/**/*.ts", "package.json"]
}