Skip to content

Commit f0f231c

Browse files
committed
chore: disable strict in preparation for next typescript version
1 parent 59c8899 commit f0f231c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tsconfig.base.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"skipLibCheck": true,
1616
"skipDefaultLibCheck": true,
1717
"baseUrl": ".",
18+
"strict": false,
1819
"paths": {
1920
"@nativescript/angular": ["packages/angular/src/index.ts"],
2021
"@nativescript/angular/*": ["packages/angular/src/*"],

0 commit comments

Comments
 (0)