kopia lustrzana https://github.com/shoelace-style/shoelace
10 wiersze
158 B
JSON
10 wiersze
158 B
JSON
|
{
|
||
|
"extends": "./tsconfig",
|
||
|
"compilerOptions": {
|
||
|
"baseUrl": ".",
|
||
|
"rootDir": "./src"
|
||
|
},
|
||
|
"include": ["src"],
|
||
|
"exclude": ["src/**/*.test.ts"]
|
||
|
}
|