diff --git a/tsconfig.json b/tsconfig.json index f5da7f2..010ba70 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,8 @@ { "extends": "@kevisual/types/json/backend.json", "compilerOptions": { + "module": "NodeNext", + "target": "esnext", "baseUrl": ".", "typeRoots": [ "./node_modules/@types",