tui: set up for publishing via github actions (#8020)
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
/* Electron/Node.js specific */
|
||||
"types": ["node"],
|
||||
"typeRoots": ["./node_modules/@types", "./src/types", "./node_modules/electron"],
|
||||
"typeRoots": ["./node_modules/@types", "../node_modules/@types", "./src/types", "./node_modules/electron"],
|
||||
"esModuleInterop": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
|
||||
Reference in New Issue
Block a user