We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d19c42f commit e20e7d4Copy full SHA for e20e7d4
tsconfig.json
@@ -11,6 +11,6 @@
11
"rootDirs": ["src"],
12
"declarationDir": "dist/types"
13
},
14
- "include": ["src/index.ts", "src/parsing/index.ts", "src/interop", "src/cli.ts"],
+ "include": ["src/**/*.ts"],
15
"exclude": ["node_modules"]
16
}
0 commit comments