UNPKG

142 BJSONView Raw
1{
2 "extends": "./tsconfig.json",
3 "compilerOptions": {
4 "outDir": "./dist/modules",
5 "module": "esnext",
6 "target": "ES2018"
7 }
8}