ente/web/packages/build-config/tsconfig.json

10 lines
202 B
JSON
Raw Normal View History

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