crypto-pro-js/tsconfig-es5.json

8 lines
105 B
JSON
Raw Permalink Normal View History

2020-03-28 20:10:18 +03:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"target": "es5",
"outDir": "dist"
}
}