Newer
Older
imgui-js / tsconfig.json
@Isaac Burns Isaac Burns on 23 Jun 2018 210 bytes clean up build files
{
  "compilerOptions": {
    "target": "ES2016",
    "module": "system",
    "strict": true,
    "inlineSourceMap": true
  },
  "files": [
    "imgui.ts",
    "imgui_demo.ts",
    "imgui_memory_editor.ts"
  ]
}