chore(pockethost): ignore types.d.ts

This commit is contained in:
Ben Allfree
2024-06-28 11:56:57 -07:00
parent c8f117a6f5
commit 5405327437

View File

@@ -4,5 +4,6 @@
"noImplicitAny": false,
"strictNullChecks": false
},
"include": ["**/*.ts"]
"include": ["**/*.ts"],
"ignore": ["src/instance-app/types/types.d.ts"]
}