10 lines
229 B

{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"lib": ["ES6", "DOM"],
"declaration": false,
"module": "commonjs"
},
"include": ["**/*"]
}