specify "files" in tsconfig.json

This commit is contained in:
Rico Kahler
2017-11-19 21:41:07 -05:00
parent f14380642a
commit 4691d9d198

View File

@@ -17,5 +17,9 @@
"strictNullChecks": true,
"noImplicitThis": true,
"strictFunctionTypes": true
}
},
"files": [
"index.d.ts",
"react-sketchapp-tests.tsx"
]
}