jsonrpc-ws-proxy/tsconfig.json
2018-11-07 14:14:33 -05:00

11 lines
177 B
JSON

{
"compilerOptions": {
"rootDir": "src",
"outDir": "dist",
"baseUrl": ".",
"skipLibCheck": true
},
"include": [
"src"
]
}