@akanjs/cli 0.0.40 → 0.0.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (181) hide show
  1. package/index.d.ts +1 -2
  2. package/index.js +3786 -3286
  3. package/package.json +33 -2
  4. package/src/application/application.command.d.ts +26 -0
  5. package/src/application/application.prompt.d.ts +2 -0
  6. package/src/application/application.runner.d.ts +35 -0
  7. package/src/application/application.script.d.ts +36 -0
  8. package/src/cloud/cloud.command.d.ts +8 -0
  9. package/src/cloud/cloud.runner.d.ts +7 -0
  10. package/src/cloud/cloud.script.d.ts +7 -0
  11. package/src/library/library.command.d.ts +8 -0
  12. package/src/library/library.runner.d.ts +4 -0
  13. package/src/library/library.script.d.ts +8 -0
  14. package/src/module/module.command.d.ts +13 -0
  15. package/src/module/module.prompt.d.ts +15 -0
  16. package/src/module/module.runner.d.ts +17 -0
  17. package/src/module/module.script.d.ts +11 -0
  18. package/src/package/package.command.d.ts +9 -0
  19. package/src/package/package.runner.d.ts +6 -0
  20. package/src/package/package.script.d.ts +7 -0
  21. package/src/package/page/page.command.d.ts +6 -0
  22. package/src/package/page/page.runner.d.ts +4 -0
  23. package/src/package/page/page.script.d.ts +5 -0
  24. package/src/workspace/workspace.command.d.ts +8 -0
  25. package/src/workspace/workspace.runner.d.ts +6 -0
  26. package/src/workspace/workspace.script.d.ts +7 -0
  27. package/src/templates/__scalar/__model__/__model__.constant.js +0 -34
  28. package/src/templates/__scalar/__model__/__model__.dictionary.js +0 -45
  29. package/src/templates/__scalar/__model__/__model__.document.js +0 -32
  30. package/src/templates/app/akan.config.ts.template +0 -5
  31. package/src/templates/app/app/[lang]/(__appName__)/(public)/forgotpassword/page.js +0 -43
  32. package/src/templates/app/app/[lang]/(__appName__)/(public)/page.js +0 -44
  33. package/src/templates/app/app/[lang]/(__appName__)/(public)/privacy/page.js +0 -38
  34. package/src/templates/app/app/[lang]/(__appName__)/(public)/signin/page.js +0 -46
  35. package/src/templates/app/app/[lang]/(__appName__)/(public)/termsofservice/page.js +0 -37
  36. package/src/templates/app/app/[lang]/(__appName__)/(user)/layout.js +0 -39
  37. package/src/templates/app/app/[lang]/(__appName__)/(user)/self/page.js +0 -56
  38. package/src/templates/app/app/[lang]/(__appName__)/layout.js +0 -48
  39. package/src/templates/app/app/[lang]/admin/layout.js +0 -49
  40. package/src/templates/app/app/[lang]/admin/page.js +0 -59
  41. package/src/templates/app/app/csr.js +0 -30
  42. package/src/templates/app/app/index.html.template +0 -13
  43. package/src/templates/app/app/layout.js +0 -34
  44. package/src/templates/app/app/robots.js +0 -39
  45. package/src/templates/app/app/sitemap.js +0 -35
  46. package/src/templates/app/base/baseLogic.js +0 -34
  47. package/src/templates/app/base/index.js +0 -28
  48. package/src/templates/app/capacitor.config.ts.template +0 -8
  49. package/src/templates/app/common/commonLogic.js +0 -34
  50. package/src/templates/app/common/index.js +0 -28
  51. package/src/templates/app/env/env.client.js +0 -37
  52. package/src/templates/app/env/env.client.type.js +0 -34
  53. package/src/templates/app/env/env.server.js +0 -37
  54. package/src/templates/app/jest.config.js +0 -35
  55. package/src/templates/app/lib/___appName__/__appName__.dictionary.js +0 -30
  56. package/src/templates/app/lib/___appName__/__appName__.service.js +0 -41
  57. package/src/templates/app/lib/___appName__/__appName__.store.js +0 -35
  58. package/src/templates/app/lib/___appName__/_server.js +0 -33
  59. package/src/templates/app/lib/option.js +0 -41
  60. package/src/templates/app/lib/setting/Setting.Template.js +0 -53
  61. package/src/templates/app/lib/setting/Setting.Unit.js +0 -34
  62. package/src/templates/app/lib/setting/Setting.Util.js +0 -30
  63. package/src/templates/app/lib/setting/Setting.View.js +0 -47
  64. package/src/templates/app/lib/setting/Setting.Zone.js +0 -76
  65. package/src/templates/app/lib/setting/_server.js +0 -47
  66. package/src/templates/app/lib/setting/index.js +0 -57
  67. package/src/templates/app/lib/setting/setting.constant.js +0 -45
  68. package/src/templates/app/lib/setting/setting.dictionary.js +0 -45
  69. package/src/templates/app/lib/setting/setting.document.js +0 -47
  70. package/src/templates/app/lib/setting/setting.service.js +0 -36
  71. package/src/templates/app/lib/setting/setting.signal.js +0 -33
  72. package/src/templates/app/lib/setting/setting.store.js +0 -40
  73. package/src/templates/app/lib/summary/Summary.Template.js +0 -39
  74. package/src/templates/app/lib/summary/Summary.Unit.js +0 -34
  75. package/src/templates/app/lib/summary/Summary.Util.js +0 -29
  76. package/src/templates/app/lib/summary/Summary.View.js +0 -47
  77. package/src/templates/app/lib/summary/Summary.Zone.js +0 -58
  78. package/src/templates/app/lib/summary/_server.js +0 -47
  79. package/src/templates/app/lib/summary/index.js +0 -63
  80. package/src/templates/app/lib/summary/summary.constant.js +0 -43
  81. package/src/templates/app/lib/summary/summary.dictionary.js +0 -48
  82. package/src/templates/app/lib/summary/summary.document.js +0 -47
  83. package/src/templates/app/lib/summary/summary.service.js +0 -33
  84. package/src/templates/app/lib/summary/summary.signal.js +0 -33
  85. package/src/templates/app/lib/summary/summary.store.js +0 -40
  86. package/src/templates/app/lib/user/User.Template.js +0 -61
  87. package/src/templates/app/lib/user/User.Unit.js +0 -34
  88. package/src/templates/app/lib/user/User.Util.js +0 -90
  89. package/src/templates/app/lib/user/User.View.js +0 -62
  90. package/src/templates/app/lib/user/User.Zone.js +0 -70
  91. package/src/templates/app/lib/user/_server.js +0 -47
  92. package/src/templates/app/lib/user/index.js +0 -57
  93. package/src/templates/app/lib/user/user.constant.js +0 -66
  94. package/src/templates/app/lib/user/user.dictionary.js +0 -51
  95. package/src/templates/app/lib/user/user.document.js +0 -53
  96. package/src/templates/app/lib/user/user.service.js +0 -41
  97. package/src/templates/app/lib/user/user.signal.js +0 -33
  98. package/src/templates/app/lib/user/user.signal.spec.js +0 -36
  99. package/src/templates/app/lib/user/user.signal.test.js +0 -38
  100. package/src/templates/app/lib/user/user.store.js +0 -38
  101. package/src/templates/app/main.js +0 -39
  102. package/src/templates/app/middleware.js +0 -34
  103. package/src/templates/app/nest/backendLogic.js +0 -33
  104. package/src/templates/app/nest/index.js +0 -28
  105. package/src/templates/app/next/frontendLogic.js +0 -33
  106. package/src/templates/app/next/index.js +0 -28
  107. package/src/templates/app/page.test.ts.template +0 -10
  108. package/src/templates/app/playwright.config.ts.template +0 -6
  109. package/src/templates/app/postcss.config.js.template +0 -10
  110. package/src/templates/app/public/favicon.ico +0 -0
  111. package/src/templates/app/public/icons/icon-128x128.png +0 -0
  112. package/src/templates/app/public/icons/icon-144x144.png +0 -0
  113. package/src/templates/app/public/icons/icon-152x152.png +0 -0
  114. package/src/templates/app/public/icons/icon-192x192.png +0 -0
  115. package/src/templates/app/public/icons/icon-256x256.png +0 -0
  116. package/src/templates/app/public/icons/icon-384x384.png +0 -0
  117. package/src/templates/app/public/icons/icon-48x48.png +0 -0
  118. package/src/templates/app/public/icons/icon-512x512.png +0 -0
  119. package/src/templates/app/public/icons/icon-72x72.png +0 -0
  120. package/src/templates/app/public/icons/icon-96x96.png +0 -0
  121. package/src/templates/app/public/logo.svg +0 -70
  122. package/src/templates/app/public/manifest.json.template +0 -67
  123. package/src/templates/app/tsconfig.json.template +0 -22
  124. package/src/templates/app/tsconfig.spec.json.template +0 -7
  125. package/src/templates/app/ui/Footer.js +0 -63
  126. package/src/templates/app/ui/MainHeader.js +0 -127
  127. package/src/templates/app/ui/index.js +0 -29
  128. package/src/templates/client.js +0 -41
  129. package/src/templates/crudPages/[__model__Id]/edit/page.js +0 -69
  130. package/src/templates/crudPages/[__model__Id]/page.js +0 -79
  131. package/src/templates/crudPages/new/page.js +0 -66
  132. package/src/templates/crudPages/page.js +0 -67
  133. package/src/templates/index.js +0 -30
  134. package/src/templates/lib/__lib/extends/summary.constant.js +0 -42
  135. package/src/templates/lib/__lib/lib.constant.js +0 -52
  136. package/src/templates/lib/__lib/lib.dictionary.js +0 -41
  137. package/src/templates/lib/__lib/lib.document.js +0 -40
  138. package/src/templates/lib/__lib/lib.service.js +0 -82
  139. package/src/templates/lib/__lib/lib.signal.js +0 -35
  140. package/src/templates/lib/__lib/lib.store.js +0 -33
  141. package/src/templates/lib/__scalar/_server.js +0 -38
  142. package/src/templates/lib/cnst.js +0 -31
  143. package/src/templates/lib/cnst_.js +0 -50
  144. package/src/templates/lib/db.js +0 -52
  145. package/src/templates/lib/dict.js +0 -44
  146. package/src/templates/lib/fetch.js +0 -47
  147. package/src/templates/lib/sig.js +0 -36
  148. package/src/templates/lib/srv.js +0 -51
  149. package/src/templates/lib/st.js +0 -35
  150. package/src/templates/lib/store.js +0 -51
  151. package/src/templates/lib/usePage.js +0 -32
  152. package/src/templates/libRoot/.gitignore.template +0 -15
  153. package/src/templates/libRoot/jest.config.js +0 -35
  154. package/src/templates/libRoot/package.json.template +0 -5
  155. package/src/templates/libRoot/tsconfig.json.template +0 -11
  156. package/src/templates/libRoot/tsconfig.spec.json.template +0 -7
  157. package/src/templates/module/__Model__.Template.js +0 -50
  158. package/src/templates/module/__Model__.Unit.js +0 -38
  159. package/src/templates/module/__Model__.Util.js +0 -66
  160. package/src/templates/module/__Model__.View.js +0 -44
  161. package/src/templates/module/__Model__.Zone.js +0 -79
  162. package/src/templates/module/__model__.constant.js +0 -68
  163. package/src/templates/module/__model__.dictionary.js +0 -97
  164. package/src/templates/module/__model__.document.js +0 -52
  165. package/src/templates/module/__model__.service.js +0 -40
  166. package/src/templates/module/__model__.signal.js +0 -59
  167. package/src/templates/module/__model__.signal.spec.js +0 -38
  168. package/src/templates/module/__model__.signal.test.js +0 -47
  169. package/src/templates/module/__model__.store.js +0 -38
  170. package/src/templates/module/_server.js +0 -46
  171. package/src/templates/module/index.js +0 -57
  172. package/src/templates/pkgRoot/tsconfig.json.template +0 -12
  173. package/src/templates/server.js +0 -58
  174. package/src/templates/workplaceRoot/.env.template +0 -20
  175. package/src/templates/workplaceRoot/.gitignore.template +0 -195
  176. package/src/templates/workplaceRoot/.prettierignore.template +0 -10
  177. package/src/templates/workplaceRoot/.prettierrc.json.template +0 -5
  178. package/src/templates/workplaceRoot/.swcrc.template +0 -9
  179. package/src/templates/workplaceRoot/README.md.template +0 -37
  180. package/src/templates/workplaceRoot/eslint.config.js.template +0 -141
  181. package/src/templates/workplaceRoot/tsconfig.json.template +0 -29
@@ -1,195 +0,0 @@
1
- # See http://help.github.com/ignore-files/ for more about ignoring files.
2
-
3
- # compiled output
4
- **/dist
5
- /tmp
6
- /out-tsc
7
-
8
- # dependencies
9
- /node_modules
10
- package-lock.json
11
- /.yarn
12
- yarn.lock
13
- .pnp.cjs
14
- .pnp.loader.mjs
15
- /.nx
16
-
17
- # IDEs and editors
18
- /.idea
19
- .project
20
- .classpath
21
- .c9/
22
- *.launch
23
- .settings/
24
- *.sublime-workspace
25
-
26
- # IDE - VSCode
27
- .vscode/*
28
- !.vscode/settings.json
29
- !.vscode/tasks.json
30
- !.vscode/launch.json
31
- !.vscode/extensions.json
32
-
33
- # misc
34
- /.sass-cache
35
- /connect.lock
36
- /coverage
37
- /libpeerconnection.log
38
- npm-debug.log
39
- yarn-error.log
40
- testem.log
41
- /typings
42
-
43
- # System Files
44
- .DS_Store
45
- Thumbs.db
46
-
47
- # Environment
48
- *.env
49
- tokens
50
- **/build
51
- **/node_modules
52
- /data
53
- apps/*/data
54
- /secure
55
- /releases
56
- /src
57
- schema.gql
58
- **/script.js
59
- **/script.ts
60
- **/script*.ts
61
- **/contract.ts
62
-
63
- **/abi
64
-
65
- **/.env
66
- **/env.client.debug.ts*
67
- **/env.client.develop.ts*
68
- **/env.client.main.ts*
69
- **/env.client.testing.ts*
70
- **/env.server.debug.ts*
71
- **/env.server.develop.ts*
72
- **/env.server.main.ts*
73
- **/env.server.testing.ts*
74
- pkgs/contract/env.ts
75
- # Kubernetes
76
- **/*secrets.yaml
77
- **/kubeconfig.yaml
78
- **/secrets.*
79
-
80
- # Next.js
81
- .next
82
-
83
- **/.secret/*
84
- **/**.p8
85
- dump
86
-
87
- # Expo
88
- node_modules/
89
- .expo/
90
- .yarn/
91
- dist/
92
- npm-debug.*
93
- *.jks
94
- *.p8
95
- *.p12
96
- *.key
97
- *.mobileprovision
98
- *.orig.*
99
- web-build/
100
- cache/
101
-
102
- # React Native
103
-
104
- # OSX
105
- #
106
- .DS_Store
107
-
108
- # Xcode
109
- #
110
- build/
111
- *.pbxuser
112
- !default.pbxuser
113
- *.mode1v3
114
- !default.mode1v3
115
- *.mode2v3
116
- !default.mode2v3
117
- *.perspectivev3
118
- !default.perspectivev3
119
- xcuserdata
120
- *.xccheckout
121
- *.moved-aside
122
- DerivedData
123
- *.hmap
124
- *.ipa
125
- *.xcuserstate
126
- # ios
127
- # Android/IntelliJ
128
- #
129
- # **/android
130
- build/
131
- .idea
132
- .gradle
133
- local.properties
134
- *.iml
135
- *.hprof
136
- .cxx/
137
- *.keystore
138
- !debug.keystore
139
-
140
- # node.js
141
- #
142
- node_modules/
143
- npm-debug.log
144
- yarn-error.log
145
-
146
- # fastlane
147
- #
148
- # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
149
- # screenshots whenever they are needed.
150
- # For more information about the recommended setup visit:
151
- # https://docs.fastlane.tools/best-practices/source-control/
152
-
153
- **/fastlane/report.xml
154
- **/fastlane/Preview.html
155
- **/fastlane/screenshots
156
- **/fastlane/test_output
157
-
158
- # Bundle artifact
159
- *.jsbundle
160
-
161
- # Ruby / CocoaPods
162
- # **/ios/Pods/
163
- **/vendor/bundle/
164
- # **/android/
165
- # Temporary files created by Metro to check the health of the file watcher
166
- .metro-health-check*
167
-
168
- # testing
169
- **/coverage
170
-
171
- **/public/precache.*.*.js
172
- **/public/sw.js
173
- **/public/workbox-*.js
174
- **/public/worker-*.js
175
- **/public/fallback-*.js
176
- **/public/precache.*.*.js.map
177
- **/public/sw.js.map
178
- **/public/workbox-*.js.map
179
- **/public/worker-*.js.map
180
- **/public/fallback-*.js
181
- **/public/libs
182
- # **/android/app/src/main/assets/public
183
- # **/ios/App/App/Assets.xcassets/*
184
- **/ios/App/App/public
185
- **/ios/App/App/Podfile.lock
186
- **/ios/App/App.pbxproj
187
- **/*-secret.yaml
188
- **/akamir-id
189
- **/akamir-id.pub
190
- **/.jenkins.conf
191
- **/regcred.yaml
192
- **/mongo-connections.json
193
- **/redis-connections.json
194
- infra/master/createRecords.ts
195
- local
@@ -1,10 +0,0 @@
1
- # Add files here to ignore them from prettier formatting
2
-
3
- /dist
4
- /coverage
5
- /node_modules
6
- /dump
7
- /data
8
- /releases
9
- /tmp
10
- **/*.yaml
@@ -1,5 +0,0 @@
1
- {
2
- "trailingComma": "es5",
3
- "singleQuote": false,
4
- "printWidth": 120
5
- }
@@ -1,9 +0,0 @@
1
- {
2
- "jsc": {
3
- "target": "es2016",
4
- "parser": {
5
- "syntax": "typescript"
6
- }
7
- },
8
- "exclude": [".*\\.spec|test\\.ts$"]
9
- }
@@ -1,37 +0,0 @@
1
- ## Get Started
2
-
3
- Run the code below.
4
-
5
- ```
6
- npm run downloadEnv # Need to register your public key
7
-
8
- npm i -g akan pnpm
9
-
10
- pnpm i
11
-
12
- cat <<EOF >> .env
13
- # organization configuration, no need to change
14
- NEXT_PUBLIC_REPO_NAME=<%= repoName %>
15
- NEXT_PUBLIC_SERVE_DOMAIN="<%= serveDomain %>"
16
-
17
- # development branch, debug, develop, main, etc. mainly it changes databases.
18
- NEXT_PUBLIC_ENV=debug
19
-
20
- # local, cloud, edge it changes the connection point of the clients.
21
- NEXT_PUBLIC_OPERATION_MODE=local
22
- # hybrid app specific config, will be depreciated in the future
23
- APP_OPERATION_MODE=local
24
-
25
- # backend service mode, federation, batch, all
26
- SERVER_MODE=federation
27
-
28
- # analyze the bundle size
29
- ANALYZE=false
30
-
31
- # log level, debug, info, warn, error
32
- NEXT_PUBLIC_LOG_LEVEL=debug
33
- EOF
34
-
35
- akan serve-backend <%= appName %>
36
- # or akan serve-frontend <%= appName %>, etc
37
- ```
@@ -1,141 +0,0 @@
1
- const nx = require("@nx/eslint-plugin");
2
- const unusedImports = require("eslint-plugin-unused-imports");
3
- const simpleImportSort = require("eslint-plugin-simple-import-sort");
4
- const typescriptEslint = require("@typescript-eslint/eslint-plugin");
5
- const nxWorkspace = require("./tools/eslint-rules/index.ts");
6
- const tsParser = require("@typescript-eslint/parser");
7
- const js = require("@eslint/js");
8
-
9
- const { FlatCompat } = require("@eslint/eslintrc");
10
-
11
- const compat = new FlatCompat({
12
- baseDirectory: __dirname,
13
- recommendedConfig: js.configs.recommended,
14
- allConfig: js.configs.all,
15
- });
16
-
17
- module.exports = [
18
- {
19
- ignores: [
20
- "**/node_modules/**/*",
21
- "**/photoshop/**/*",
22
- "**/public/**/*",
23
- "**/ios/**/*",
24
- "**/android/**/*",
25
- "**/*.js",
26
- "**/*.jsx",
27
- "**/.next/**/*",
28
- "**/typechain-types/**/*",
29
- "**/script*.ts",
30
- "data/**/*",
31
- "dist/**/*",
32
- "releases/**/*",
33
- ],
34
- },
35
- ...compat.extends(
36
- "next",
37
- "next/core-web-vitals",
38
- "eslint:recommended",
39
- "plugin:@typescript-eslint/recommended-type-checked",
40
- "plugin:@typescript-eslint/strict-type-checked",
41
- "plugin:@typescript-eslint/stylistic-type-checked"
42
- // "plugin:tailwindcss/recommended"
43
- ),
44
- {
45
- plugins: {
46
- "@nx": nx,
47
- "@nx/workspace": nxWorkspace,
48
- "unused-imports": unusedImports,
49
- "simple-import-sort": simpleImportSort,
50
- "@typescript-eslint": typescriptEslint,
51
- },
52
-
53
- languageOptions: {
54
- parser: tsParser,
55
- ecmaVersion: 6,
56
- sourceType: "module",
57
-
58
- parserOptions: {
59
- project: true,
60
- projectService: true,
61
- },
62
- },
63
-
64
- settings: {
65
- "import/parsers": {
66
- "@typescript-eslint/parser": [".ts", ".tsx"],
67
- },
68
-
69
- "import/resolver": {
70
- typescript: "./tsconfig.json",
71
- },
72
- },
73
- },
74
- {
75
- files: ["**/*.ts", "**/*.tsx"],
76
- ignores: ["**/*.js", "**/*.jsx"],
77
-
78
- rules: {
79
- "no-console": "error",
80
- "@nx/workspace/useClientByFile": "error",
81
- "@nx/workspace/noImportClientFunctions": "error",
82
- "@nx/workspace/nonScalarPropsRestricted": "error",
83
- "@nx/workspace/noImportExternalLibrary": "error",
84
- "@typescript-eslint/no-inferrable-types": "off",
85
- "@typescript-eslint/restrict-template-expressions": "off",
86
- "@typescript-eslint/consistent-indexed-object-style": "off",
87
- "@typescript-eslint/no-extraneous-class": "off",
88
- "@typescript-eslint/no-unsafe-enum-comparison": "off",
89
- "@typescript-eslint/prefer-promise-reject-errors": "off",
90
-
91
- "@typescript-eslint/no-misused-promises": [
92
- "error",
93
- {
94
- checksVoidReturn: false,
95
- },
96
- ],
97
-
98
- "tailwindcss/no-custom-classname": "off",
99
- "react/display-name": "off",
100
- "react-hooks/exhaustive-deps": "off",
101
- "@next/next/no-html-link-for-pages": "off",
102
- "jsx-a11y/alt-text": [0],
103
- "unused-imports/no-unused-imports": "warn",
104
- "no-unused-vars": "off",
105
- "simple-import-sort/imports": "warn",
106
- "simple-import-sort/exports": "off",
107
- "import/first": "warn",
108
- "import/newline-after-import": "warn",
109
- },
110
- },
111
- ...compat.extends("plugin:@nx/typescript").map((config) => ({
112
- ...config,
113
- files: ["**/*.ts", "**/*.tsx"],
114
- })),
115
- {
116
- files: ["**/*.ts", "**/*.tsx"],
117
- rules: {},
118
- },
119
- ...compat.extends("plugin:@typescript-eslint/recommended").map((config) => ({
120
- ...config,
121
- files: ["**/*.ts", "**/*.tsx"],
122
- })),
123
- // ...fixupConfigRules(compat.extends("plugin:import/recommended")).map((config) => ({
124
- // ...config,
125
- // files: ["**/*.ts", "**/*.tsx"],
126
- // })),
127
- {
128
- files: ["**/*.ts", "**/*.tsx"],
129
-
130
- rules: {
131
- "import/no-duplicates": "warn",
132
- "import/no-unresolved": "off",
133
- "import/named": "off",
134
- "import/namespace": "off",
135
- "@typescript-eslint/no-explicit-any": "off",
136
- "@typescript-eslint/no-unused-vars": "off",
137
- "@typescript-eslint/no-misused-spread": "off",
138
- "react-hooks/rules-of-hooks": "off",
139
- },
140
- },
141
- ];
@@ -1,29 +0,0 @@
1
- {
2
- "compileOnSave": false,
3
- "compilerOptions": {
4
- "rootDir": ".",
5
- "sourceMap": true,
6
- "declaration": false,
7
- "moduleResolution": "node",
8
- "emitDecoratorMetadata": true,
9
- "isolatedModules": true,
10
- "esModuleInterop": true,
11
- "experimentalDecorators": true,
12
- "noPropertyAccessFromIndexSignature": false,
13
- "importHelpers": false,
14
- "target": "es2022",
15
- "module": "esnext",
16
- "types": ["node", "webpack-env", "jest"],
17
- "lib": ["es2017", "dom", "webworker"],
18
- "skipLibCheck": true,
19
- "skipDefaultLibCheck": true,
20
- "strictNullChecks": true,
21
- "baseUrl": ".",
22
- "jsx": "preserve",
23
- "resolveJsonModule": true,
24
- "paths": {
25
- "@/*": ["*"]
26
- }
27
- },
28
- "exclude": ["**/node_modules", "tmp", "**/ios", "**/android"]
29
- }