Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit 1f95c56

Browse files
committed
refactor: simplify TS configuration
1 parent bbd7ce0 commit 1f95c56

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

tsconfig.json

+3-6
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@
77
"sourceMap": true,
88
"skipLibCheck": true
99
},
10-
"files": [
11-
"plugins/PlatformFSPlugin.ts",
12-
"plugins/WatchStateLoggerPlugin.ts",
13-
"transformers/ns-replace-bootstrap.ts",
14-
"transformers/ast-utils.ts",
15-
"host/resolver.ts"
10+
"exclude": [
11+
"node_modules",
12+
"demo"
1613
]
1714
}

0 commit comments

Comments
 (0)