@anypoint-web-components/anypoint-input
Version:
Accessible text input styled for Anypoint platform
30 lines (29 loc) • 573 B
JSON
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"lib": ["es2017", "dom"],
"allowJs": true,
"checkJs": true,
"noEmit": true,
"strict": false,
"noImplicitThis": true,
"alwaysStrict": true,
"esModuleInterop": true,
"plugins": [
{
"name": "typescript-lit-html-plugin",
"tags": [
"html",
"template"
]
}
]
},
"include": [
"**/*.js",
"node_modules/@open-wc/**/*.js"
],
"exclude": ["node_modules/!(@open-wc)"]
}