Skip to content

Commit

Permalink
Step 3.9: Created tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Feb 26, 2017
1 parent c89ace3 commit 282a3f5
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions api/tsconfig.json
@@ -0,0 +1,29 @@
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"declaration": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"lib": [
"dom",
"es2015"
],
"module": "commonjs",
"moduleResolution": "node",
"sourceMap": true,
"target": "es5",
"skipLibCheck": true,
"stripInternal": true,
"noImplicitAny": false
},
"exclude": [
"node_modules"
],
"files": [
"declarations.d.ts"
],
"compileOnSave": false,
"atom": {
"rewriteTsconfig": false
}
}

0 comments on commit 282a3f5

Please sign in to comment.