Files
webawesome/packages/webawesome/tsconfig.json
Konnor Rogers 6e548dd85b Turn Web Awesome into a monorepo (#1002)
* finishing touches

* finishing touches

* use bash

* remove pro stuff

* update github actions

* fix head.njk
2025-05-29 19:26:10 -04:00

8 lines
213 B
JSON

/* This is the "dev" TS Config which includes typechecking for test. This is used by ESLint to provide TypeScript errors for test files */
{
"extends": "../../tsconfig.base.json",
"include": [
"src"
]
}