Fix tsconfig so that we no longer use dist/src/

pull/8/head
Skyler Grey 3 years ago
parent 3a02ea3d34
commit 596d163c46
Signed by: Minion3665
GPG Key ID: 1AFD10256B3C714D

@ -13,6 +13,6 @@
"skipLibCheck": true,
"noImplicitReturns": false
},
"include": ["src/**/*", "*.js"],
"include": ["src/**/*"],
"exclude": []
}

Loading…
Cancel
Save