Fix the yarn lint

This commit is contained in:
Manav Rathi 2024-04-05 21:22:44 +05:30
parent 791cc61ca7
commit 10b0d9f533
No known key found for this signature in database

View file

@ -0,0 +1,9 @@
{
/* A minimal tsconfig so that we can run tsc on the build-config package
itself */
"compilerOptions": {
"noEmit": true,
"checkJs": true
},
"include": ["*.js"]
}