Skip to content
Snippets Groups Projects
tsconfig.json 359 B
Newer Older
{
  "compileOnSave": true,
Glenn Vorhes's avatar
Glenn Vorhes committed
  "version": "2.0.3",
  "compilerOptions": {
    "module": "commonjs",
Glenn Vorhes's avatar
Glenn Vorhes committed
    "declaration": true,
Glenn Vorhes's avatar
Glenn Vorhes committed
    "outDir": "./dist",
    "target": "es5",
Glenn Vorhes's avatar
Glenn Vorhes committed
    "inlineSourceMap": true,
Glenn Vorhes's avatar
Glenn Vorhes committed
    "inlineSources": true,
    "jsx": "react",
    "noEmitOnError": true
  "exclude": [
Glenn Vorhes's avatar
Glenn Vorhes committed
//    "node_modules", "dist"
  ],
  "include": [
Glenn Vorhes's avatar
Glenn Vorhes committed
    "src/**/*"