Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit 6495282

Browse files
committed
completely messed up compile. 2.2.1 :/
1 parent 8d0fd13 commit 6495282

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,7 @@
5656
/* Experimental Options */
5757
// "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
5858
// "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
59-
}
59+
},
60+
"include": ["src"],
61+
"exclude": ["tools", "node_modules"]
6062
}

0 commit comments

Comments
 (0)