mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-16 21:00:40 -07:00
chore: split Github Actions workflows
This commit is contained in:
@@ -1,11 +1,16 @@
|
||||
{
|
||||
"extends": ["../.eslintrc.json"],
|
||||
"env": {
|
||||
"mocha": true
|
||||
},
|
||||
"plugins": [
|
||||
"mocha"
|
||||
],
|
||||
"parserOptions": {
|
||||
"project": "test/tsconfig.json"
|
||||
},
|
||||
"rules": {
|
||||
"deprecation/deprecation": "off",
|
||||
"@typescript-eslint/no-var-requires": "off",
|
||||
"no-unused-expressions": "off",
|
||||
"no-new": "off"
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es6",
|
||||
"module":"CommonJS",
|
||||
"lib": ["es2015", "es2016", "es2017", "dom"],
|
||||
"sourceMap": true,
|
||||
"outDir": "dist",
|
||||
"declaration": true,
|
||||
"skipLibCheck": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"resolveJsonModule": true,
|
||||
"downlevelIteration": true,
|
||||
"strict": true,
|
||||
"suppressImplicitAnyIndexErrors": true
|
||||
},
|
||||
"all": true
|
||||
}
|
||||
Reference in New Issue
Block a user