mirror of
https://github.com/pockethost/pockethost.git
synced 2026-03-06 09:01:26 +00:00
chore(pockethost): ignore types.d.ts
This commit is contained in:
@@ -4,5 +4,6 @@
|
||||
"noImplicitAny": false,
|
||||
"strictNullChecks": false
|
||||
},
|
||||
"include": ["**/*.ts"]
|
||||
"include": ["**/*.ts"],
|
||||
"ignore": ["src/instance-app/types/types.d.ts"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user