Add to git

This commit is contained in:
David
2018-04-29 16:26:44 +02:00
commit b060a71135
16 changed files with 325 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"compilerOptions": {
"target": "es6",
"sourceMap": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"skipDefaultLibCheck": true,
"skipLibCheck": true,
"strict": true,
"lib": [ "es6", "dom" ],
"types": [ "webpack-env" ],
"allowJs": true
},
"exclude": [ "bin", "node_modules" ],
"atom": { "rewriteTsconfig": false }
}