{ "compilerOptions": { "module": "commonjs", "target": "ESNext", "watch": true, "lib": ["DOM", "ES2017"] }, "exclude": [ "node_modules" ] }