We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac2f17b commit 5bc0165Copy full SHA for 5bc0165
1 file changed
packages/plugin/tsconfig.json
@@ -2,6 +2,7 @@
2
"$schema": "https://json.schemastore.org/tsconfig.json",
3
"extends": "@tsconfig/node22/tsconfig.json",
4
"compilerOptions": {
5
+ "rootDir": "src",
6
"outDir": "dist",
7
"module": "nodenext",
8
"declaration": true,
0 commit comments