shoelace/tsconfig.prod.json

9 wiersze
138 B
JSON

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