mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
* finishing touches * finishing touches * use bash * remove pro stuff * update github actions * fix head.njk
8 lines
213 B
JSON
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"
|
|
]
|
|
}
|