File: tsconfig.json

package info (click to toggle)
node-knockout 3.5.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,956 kB
  • sloc: javascript: 21,356; makefile: 8
file content (15 lines) | stat: -rw-r--r-- 543 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "compilerOptions": {
    "target": "es5", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', or 'ESNEXT'. */
    "module": "umd", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */
    "noEmit": true, /* Do not emit outputs. */
    "strict": true, /* Enable all strict type-checking options. */
    "moduleResolution": "classic",
    "baseUrl": ".",
    "paths": {
      "knockout": [
        "../../../build/types/knockout"
      ]
    }
  }
}