Newer
Older
imgui-js / example / tsconfig.json
@Isaac Burns Isaac Burns on 13 Feb 2018 275 bytes clean up SystemJS configuration
{
  "compilerOptions": {
    "target": "es6",
    "module": "commonjs",
    "inlineSourceMap": true,
    "strict": true,
    "baseUrl": ".",
    "paths": {
      "@imgui": [ ".." ],
      "@imgui/*": [ "../*" ]
    }
  },
  "files": [
    "main.ts",
    "imgui_impl.ts"
  ]
}