shoelace/tsconfig.prod.json

9 wiersze
138 B
JSON

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