Updated examples tsconfig.json

This commit is contained in:
Alexander Cerutti
2021-10-16 01:26:51 +02:00
parent 2be4494f67
commit 4a02c03c62

View File

@@ -1,7 +1,10 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "build"
"target": "ESNext",
"module": "ESNext",
"outDir": "build",
"moduleResolution": "node"
},
"exclude": ["node_modules"]
}