{
  "extends": "../tsconfig-base.json",
  "compilerOptions": {
    "target": "esnext",
    "module": "commonjs",
    "noLib": true,
    "allowJs": false,
    "typeRoots": [ "types" ],
    "types": [ "assembly" ],
    "paths": {
      "*": [
        "./assembly/*"
      ]
    }
  }
}
