mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
10 lines
158 B
JSON
10 lines
158 B
JSON
|
|
{
|
||
|
|
"extends": "./tsconfig",
|
||
|
|
"compilerOptions": {
|
||
|
|
"baseUrl": ".",
|
||
|
|
"rootDir": "./src"
|
||
|
|
},
|
||
|
|
"include": ["src"],
|
||
|
|
"exclude": ["src/**/*.test.ts"]
|
||
|
|
}
|