We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a960ee3 commit 855c0e3Copy full SHA for 855c0e3
libs/bidirectional-adapter/tsconfig.build.json
@@ -0,0 +1,13 @@
1
+{
2
+ "$schema": "https://json.schemastore.org/tsconfig",
3
+ "extends": "./tsconfig.json",
4
+ "compilerOptions": {
5
+ "module": "esnext",
6
+ "outDir": "build"
7
+ },
8
+ "include": ["src"],
9
+ "exclude": ["**/*.test.ts"],
10
+ "tsc-alias": {
11
+ "resolveFullPaths": true
12
+ }
13
+}
libs/bidirectional-adapter/tsconfig.json
+ "extends": "@voiceflow/tsconfig",
+ "baseUrl": ".",
+ "paths": {
+ "@/*": ["./src/*"]
+ "isolatedModules": false,
+ "experimentalDecorators": true,
+ "emitDecoratorMetadata": true
0 commit comments