shoelace/tsconfig.prod.json

10 wiersze
158 B
JSON
Czysty Zwykły widok Historia

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