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