tsconfig_base.json 312 B

123456789101112131415
  1. {
  2. "extends": "../../tools/typescript/tsconfig_base.json",
  3. "compilerOptions": {
  4. "allowJs": true,
  5. "importsNotUsedAsValues": "preserve",
  6. "typeRoots": [
  7. "../../third_party/node/node_modules/@types"
  8. ],
  9. "types": [
  10. "trusted-types",
  11. "filesystem",
  12. "filewriter"
  13. ]
  14. }
  15. }