Skip to content
Snippets Groups Projects
tsconfig.json 317 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,
    "outDir": "dist",
    "target": "es5",
Glenn Vorhes's avatar
Glenn Vorhes committed
    "rootDir": "src",
    "sourceMap": true,
Glenn Vorhes's avatar
Glenn Vorhes committed
    "jsx": "react"
  "exclude": [
    "node_modules", "dist"
  ],
  "include": [
Glenn Vorhes's avatar
Glenn Vorhes committed
    "src/**/*"