UNPKG

171 BJSONView Raw
1{
2 "compilerOptions": {
3 "target": "ES6"
4 },
5 "exclude": [
6 "node_modules",
7 "**/node_modules/*"
8 ],
9 "include": [
10 "node_moduels/composi/index.js"
11 ]
12}