set a higher target for sqlite-plugin

This commit is contained in:
geekgeekrun
2024-03-17 23:14:31 +08:00
parent 2377507e43
commit 26cf20addb

View File

@@ -1,7 +1,7 @@
{
"compilerOptions": {
"lib": ["es5", "es2015.promise", "dom", "es2015"],
"target": "es5",
"lib": ["ES2020"],
"target": "ES2020",
"module": "commonjs",
"moduleResolution": "node",
"emitDecoratorMetadata": true,