Fix the yarn lint
This commit is contained in:
parent
791cc61ca7
commit
10b0d9f533
1 changed files with 9 additions and 0 deletions
9
web/packages/build-config/tsconfig.json
Normal file
9
web/packages/build-config/tsconfig.json
Normal 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"]
|
||||
}
|
Loading…
Add table
Reference in a new issue