Ramesh-vani's picture
Upload 32 files
341f1e9 verified
raw
history blame contribute delete
368 Bytes
{
"compilerOptions": {
"allowJs": false,
"allowSyntheticDefaultImports": true,
"module": "commonjs",
"noUnusedLocals": true,
"noUnusedParameters": true,
"pretty": true,
"skipLibCheck": true,
"stripInternal": true,
"sourceMap": true,
"noImplicitAny": true,
"moduleResolution": "node",
"lib": ["dom", "es5", "es7"]
}
}