preact-material-components
Version:
preact wrapper for "Material Components for the web"
22 lines (21 loc) • 465 B
JSON
{
"compilerOptions": {
"outDir": "./esm",
"sourceMap": true,
"noImplicitAny": false,
"module": "es6",
"moduleResolution": "node",
"target": "es2015",
"jsx": "react",
"jsxFactory": "h",
"allowJs": false,
"lib": ["es2017", "dom"],
"skipLibCheck": true,
"rootDir": "./ts/",
"declaration": true,
"esModuleInterop": false,
"experimentalDecorators": true,
"strict": true
},
"include": ["./ts/**/*"]
}