Skip to content

Commit b2ec535

Browse files
authored
Merge pull request #6 from buildo/fix-compilation
Fix tsc compilation
2 parents cd6372a + cf51368 commit b2ec535

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212
"esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
1313
"skipLibCheck": true, /* Skip type checking of declaration files. */
1414
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */
15-
}
15+
},
16+
"include": ["src"]
1617
}

0 commit comments

Comments
 (0)