Skip to content

Commit a5a4f69

Browse files
committed
Update tsconfig.json to include all TypeScript files
1 parent 1ba441b commit a5a4f69

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tsconfig.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,5 @@
1212
"moduleResolution": "bundler",
1313
"declarationDir": "dist/"
1414
},
15-
"files": [
16-
"index.ts",
17-
"lib/geojson_wrapper.ts",
18-
"rollup.config.ts",
19-
"lib/types.ts"
20-
]
15+
"include": ["**/*.ts"]
2116
}

0 commit comments

Comments
 (0)