diff options
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index 4478def..09abbe6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,9 +18,10 @@ "strictPropertyInitialization": true /* Enable strict checking of property initialization in classes. "noImplicitThis": true /* Raise error on 'this' expressions with an implied 'any' type. */, "alwaysStrict": true /* Parse in strict mode and emit "use strict" for each source file. */, - "downlevelIteration": true + "downlevelIteration": true, /* END MINE */ }, + // "include": [ // "src/ts/**/*" // ], |
