Files
iAOP/deploy/fba/fba-ui-src/internal/node-utils/tsconfig.build.json
T

10 lines
209 B
JSON
Raw Normal View History

{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"noEmit": false
},
"exclude": ["node_modules", "src/__tests__"]
}