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