shoelace/tsconfig.prod.json

10 wiersze
158 B
JSON

{
"extends": "./tsconfig",
"compilerOptions": {
"baseUrl": ".",
"rootDir": "./src"
},
"include": ["src"],
"exclude": ["src/**/*.test.ts"]
}