1 | {
|
2 | "compilerOptions": {
|
3 | "allowJs": true,
|
4 | "declaration": true,
|
5 | "emitDeclarationOnly": true,
|
6 | "esModuleInterop": true,
|
7 | "target": "ESNext",
|
8 | "module": "ESNext",
|
9 | "moduleResolution": "NodeNext",
|
10 | "skipLibCheck": true
|
11 | },
|
12 | "include": ["dist/open-props.module.js", "src/props.*.js"],
|
13 | "exclude": ["node_modules", "src/*.src.js"]
|
14 | }
|