| { | |
| "compilerOptions": { | |
| "module": "preserve", | |
| "moduleResolution": "bundler", | |
| "resolvePackageJsonExports": false, | |
| "target": "ESNext", | |
| "noEmitOnError": true, | |
| "allowJs": true, | |
| "declaration": true, | |
| "emitDeclarationOnly": true, | |
| "pretty": true, | |
| "removeComments": true, | |
| "listEmittedFiles": true, | |
| "typeRoots": [ | |
| "../../third_party/node/node_modules/@types" | |
| ], | |
| "types": [ | |
| "trusted-types" | |
| ] | |
| } | |
| } |