Newer
Older
imgui-js / tsconfig.json
{
  "compilerOptions": {
    "target": "ES2016",
    "lib": ["es2016", "dom"],
    "module": "system",
    "strict": true,
    "inlineSourceMap": true
  },
  "files": [
    "imgui.ts",
    "imgui_demo.ts",
    "imgui_memory_editor.ts"
  ]
}