UNPKG

dom-observe

Version:

![npm](https://img.shields.io/npm/v/dom-observe?style=for-the-badge)![npm](https://img.shields.io/npm/dw/dom-observe?style=for-the-badge)![npm](https://img.shields.io/npm/dt/dom-observe?style=for-the-badge) ![node](https://img.shields.io/node/v/dom-observ

26 lines (22 loc) 537 B
{ "compilerOptions": { "charset": "utf8", "newLine": "lf", "target": "ES2020", "module": "CommonJS", "moduleResolution": "Node", "declaration": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "noEmit": false, "rootDir": "./src", "outDir": "./dist", "allowJs": false, "noImplicitAny": true, "strictFunctionTypes": true, "strictBindCallApply": true, "noImplicitThis": true, "noImplicitReturns": true }, "exclude": ["dist", "node_modules"] }