@pixso/create-plugin
Version:
plugin template
20 lines (19 loc) • 395 B
JSON
{
"compilerOptions": {
"target": "es6",
"outDir": "dist",
"jsx": "react",
"jsxFactory": "h",
"noUnusedLocals": true,
"noUnusedParameters": true,
"experimentalDecorators": true,
"removeComments": true,
"noImplicitAny": false,
"moduleResolution": "node",
"allowJs": true,
"baseUrl": ".",
"types": [
"@pixso/plugin-typings",
]
},
}