diff --git a/examples/tsconfig.json b/examples/tsconfig.json index d32b4a5..7cabe78 100644 --- a/examples/tsconfig.json +++ b/examples/tsconfig.json @@ -1,7 +1,10 @@ { "extends": "../tsconfig.json", "compilerOptions": { - "outDir": "build" + "target": "ESNext", + "module": "ESNext", + "outDir": "build", + "moduleResolution": "node" }, "exclude": ["node_modules"] }