We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9317f03 commit 2763384Copy full SHA for 2763384
package.json
@@ -64,7 +64,7 @@
64
"pre-commit": "npm-run-all --parallel ts:changes lint:changes",
65
"grammar": "nearleyc src/parser/grammar.ne -o src/parser/grammar.ts",
66
"build:babel": "babel src --out-dir lib --extensions .ts --source-maps",
67
- "build:types": "tsc --project tsconfig.prod.json --emitDeclarationOnly --isolatedModules",
+ "build:types": "tsc --emitDeclarationOnly --isolatedModules",
68
"build:minified": "webpack --config webpack.prod.js && cp dist/sql-formatter.min.cjs dist/sql-formatter.min.js",
69
"build": "yarn grammar && npm-run-all --parallel build:babel build:types build:minified",
70
"release": "release-it"
tsconfig.prod.json
0 commit comments