ente/web/packages/build-config/tsconfig.json
2024-04-05 21:22:44 +05:30

10 lines
202 B
JSON

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