Files
gitbook/packages/expr/tsconfig.build.json
T
2025-08-25 13:10:19 +02:00

11 lines
239 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": ["./tsconfig.json"],
"exclude": ["**/*.test.ts"],
"compilerOptions": {
"declaration": true,
"noEmit": false,
"outDir": "dist"
}
}