projecte_ionic/node_modules/jsdoctypeparser/tsconfig.json

16 lines
291 B
JSON
Raw Permalink Normal View History

2022-02-09 18:30:03 +01:00
{
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"noEmit": true,
"target": "esnext",
"lib": ["es2015"],
"module": "commonjs",
"resolveJsonModule": true,
"strict": false
},
"include": [
"lib"
]
}