[add-lint-and-ci] - added lint, ci and boilerplate for plugin building
This commit is contained in:
14
tsconfig.json
Normal file
14
tsconfig.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"outDir": "./dist/",
|
||||
"noImplicitAny": true,
|
||||
"module": "es6",
|
||||
"target": "es5",
|
||||
"jsx": "react",
|
||||
"allowJs": true,
|
||||
"moduleResolution": "node"
|
||||
},
|
||||
"paths": {
|
||||
"*": ["node_modules/@types/*", "node_modules/*"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user