Skip to content

Commit 77d5772

Browse files
Simplified scripts tsconfig
1 parent c4b00c7 commit 77d5772

1 file changed

Lines changed: 3 additions & 17 deletions

File tree

scripts/tsconfig.json

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,8 @@
11
{
2+
"extends": "../tsconfig.json",
23
"compilerOptions": {
3-
"target": "ES2015",
44
"module": "CommonJS",
5-
"moduleResolution": "Node",
6-
"lib": [
7-
"es2015",
8-
"es2015.iterable"
9-
], /* Specify library files to be included in the compilation. */
10-
"noEmit": true,
11-
"noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */
12-
"strictNullChecks": true, /* Enable strict null checks. */
13-
"strictFunctionTypes": true, /* Enable strict checking of function types. */
14-
"strictBindCallApply": true, /* Enable strict 'bind', 'call', and 'apply' methods on functions. */
15-
"strictPropertyInitialization": true, /* Enable strict checking of property initialization in classes. */
16-
"noImplicitThis": true,
17-
"noImplicitUseStrict": true
5+
"noEmit": true
186
},
19-
"include": [
20-
"**/*.ts"
21-
]
7+
"include": ["**/*.ts"]
228
}

0 commit comments

Comments
 (0)