diff --git a/tsconfig.json b/tsconfig.json index 3d6113c..aeafd02 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "es6", + "target": "ES2016", "module": "system", "moduleResolution": "node", "inlineSourceMap": true, @@ -10,6 +10,8 @@ "imconfig.ts", "imgui.ts", "imgui_demo.ts", - "imgui_memory_editor.ts" + "imgui_memory_editor.ts", + "imgui_node_graph_test.ts", + "imgui_pie_menu_test.ts" ] } \ No newline at end of file