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 b46c5db commit b54c0ddCopy full SHA for b54c0dd
contract_manager/tsconfig.json
@@ -3,5 +3,6 @@
3
"compilerOptions": {
4
"rootDir": "src/",
5
"outDir": "./lib"
6
- }
+ },
7
+ "include": ["src/**/*"],
8
}
0 commit comments