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