{ "extends": "../tsconfig-base.json", "compilerOptions": { "target": "esnext", "noLib": true, "types": [], "rootDirs": [ "./assembly" ], "allowJs": false }, "files": [ "./assembly.d.ts" ] }