0
0
Fork 0

Specify that we only care about the src folder

This commit is contained in:
Oliver-Akins 2021-07-23 11:48:21 -06:00
parent 4c039d713f
commit 1919008217

View file

@ -61,5 +61,8 @@
/* Experimental Options */
// "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
// "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
}
},
"include": [
"./src"
]
}