Skip to content

Commit d50ba6a

Browse files
committed
Fix tsconfig settings issues
1 parent 5102bda commit d50ba6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: tsconfig.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
"outDir": "./es",
1414
"forceConsistentCasingInFileNames": true,
1515
"experimentalDecorators": true,
16-
"rootDirs": ["./src", "./test", "./types"],
16+
"rootDirs": ["./src", "./types"],
1717
"rootDir": "./src",
1818
"typeRoots": [
1919
"./node_modules/@types",
2020
"./types"
2121
]
2222
},
23-
"include": ["src/**/*", "est/**/*", "types"],
24-
"exclude": ["node_modules", "dist"]
23+
"include": ["src/**/*", "types"],
24+
"exclude": ["node_modules", "dist", "test/**/*"]
2525
}

0 commit comments

Comments
 (0)