File: tsconfig.json

package info (click to toggle)
node-cbor 8.1.0%2Bdfsg%2B~cs5.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 1,220 kB
  • sloc: javascript: 7,450; makefile: 11
file content (16 lines) | stat: -rw-r--r-- 333 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "include": ["lib/*.js"],

  "compilerOptions": {
    "allowSyntheticDefaultImports": true,
    "allowJs": true,
    "checkJs": true,
    "declaration": true,
    "emitDeclarationOnly": true,
    "moduleResolution": "node",
    "module": "es2020",
    // "noImplicitAny": true,
    "outDir": "types",
    "target": "ES2020"
  }
}