Skip to content
Snippets Groups Projects
tsconfig.json 308 B
Newer Older
{
  "compileOnSave": true,
  "version": "2.2.1",
  "compilerOptions": {
    "module": "commonjs",
    "target": "es5",
Glenn Vorhes's avatar
Glenn Vorhes committed
    "sourceMap": true,
Glenn Vorhes's avatar
Glenn Vorhes committed
    "inlineSources": true,
Glenn Vorhes's avatar
Glenn Vorhes committed
    "jsx": "preserve",
Glenn Vorhes's avatar
Glenn Vorhes committed
    "noEmitOnError": true,
Glenn Vorhes's avatar
Glenn Vorhes committed
    "rootDir": "./src",
    "outDir": "./dist"
  "include": [
Glenn Vorhes's avatar
Glenn Vorhes committed
    "./src/**/*"