blob: 2e42fbc258069c7b5362eec1260375b4c11116ca [file] [log] [blame]
{
"compilerOptions": {
"noImplicitAny": true,
"target": "ES2017",
"lib": [
"ES2020",
"DOM",
"DOM.Iterable"
],
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true,
"typeRoots": [
"./node_modules/@types",
"./@types"
]
},
"files": [
"packages/dom/src/index.ts",
"packages/selector/src/index.ts",
]
}