diff --git a/examples_src/tsconfig.json b/examples_src/tsconfig.json index 3a9a94f5..7819effa 100644 --- a/examples_src/tsconfig.json +++ b/examples_src/tsconfig.json @@ -17,6 +17,7 @@ "jsx": "preserve", "pretty": true, "typeRoots" : ["./types"], + "types": [] }, "exclude": ["**/node_modules","**/typings"] } diff --git a/examples_src/global.d.ts b/examples_src/types/global.d.ts similarity index 100% rename from examples_src/global.d.ts rename to examples_src/types/global.d.ts