diff --git a/token/ts/tsconfig.json b/token/ts/tsconfig.json index badcc9a0..c6c16aa2 100644 --- a/token/ts/tsconfig.json +++ b/token/ts/tsconfig.json @@ -2,14 +2,14 @@ "include": ["src", "types"], "exclude": ["node_modules"], "compilerOptions": { + "module": "esnext", + "target": "esnext", "outDir": "lib/esm", "noEmit": false, "declaration": true, "sourceMap": true, "noEmitOnError": true, "stripInternal": true, - "module": "esnext", - "target": "esnext", "moduleResolution": "node", "strict": true, "esModuleInterop": true,