Skip to main content
Module

x/cabinet/tsconfig.json

Cabinet, the easier way to manage files in Deno
Go to Latest
File
{ "compilerOptions": { "allowJs": true, "module": "esnext", "target": "esnext", "experimentalDecorators": true, "emitDecoratorMetadata": true, "plugins": [ { "name": "typescript-deno-plugin", "enable": true, "importmap": "import_map.json" } ] }}