shoelace/tsconfig.prod.json

10 wiersze
158 B
JSON
Czysty Zwykły widok Historia

2022-03-24 11:48:03 +00:00
{
"extends": "./tsconfig",
"compilerOptions": {
"baseUrl": ".",
"rootDir": "./src"
},
"include": ["src"],
"exclude": ["src/**/*.test.ts"]
}