jsonrpc-ws-proxy/tsconfig.json

11 lines
177 B
JSON
Raw Normal View History

2018-11-07 19:08:35 +00:00
{
"compilerOptions": {
"rootDir": "src",
"outDir": "dist",
"baseUrl": ".",
"skipLibCheck": true
},
"include": [
"src"
]
}