Skip to content
Snippets Groups Projects
tsconfig.json 208 B
Newer Older
Glenn Vorhes's avatar
Glenn Vorhes committed
{
Glenn Vorhes's avatar
Glenn Vorhes committed
  "compileOnSave": true,
  "version": "2.0.3",
Glenn Vorhes's avatar
Glenn Vorhes committed
  "compilerOptions": {
    "module": "commonjs",
    "target": "es5",
    "noImplicitAny": false,
    "sourceMap": true
  },
  "include": [
Glenn Vorhes's avatar
Glenn Vorhes committed
    "**/*.ts"