sun-form-v3 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (70) hide show
  1. package/.history/package_20240516171646.json +21 -0
  2. package/.history/package_20240516220959.json +21 -0
  3. package/.history/package_20240516221125.json +22 -0
  4. package/.history/package_20240516221133.json +22 -0
  5. package/.history/package_20240516221150.json +22 -0
  6. package/.history/packages/index_20240516170215.ts +0 -0
  7. package/.history/packages/index_20240516170240.ts +16 -0
  8. package/.history/packages/index_20240516170259.ts +16 -0
  9. package/.history/packages/index_20240516215605.ts +16 -0
  10. package/.history/packages/sy-button/index_20240516170041.vue +0 -0
  11. package/.history/packages/sy-button/index_20240516170054.vue +11 -0
  12. package/.history/packages/sy-button/index_20240516170059.ts +0 -0
  13. package/.history/packages/sy-button/index_20240516170139.ts +6 -0
  14. package/.history/packages/sy-button/index_20240516170143.ts +6 -0
  15. package/.history/packages/sy-button/index_20240516170826.vue +11 -0
  16. package/.history/packages/sy-button/index_20240516170827.vue +11 -0
  17. package/.history/packages/sy-button/index_20240516171258.ts +6 -0
  18. package/.history/packages/sy-button/index_20240516205457.ts +6 -0
  19. package/.history/packages/sy-button/index_20240516205458.ts +6 -0
  20. package/.history/packages/sy-button/index_20240516214802.vue +11 -0
  21. package/.history/src/App_20240516163625.vue +30 -0
  22. package/.history/src/App_20240516171000.vue +30 -0
  23. package/.history/src/App_20240516171003.vue +29 -0
  24. package/.history/src/App_20240516171012.vue +31 -0
  25. package/.history/src/App_20240516171045.vue +32 -0
  26. package/.history/src/App_20240516171056.vue +23 -0
  27. package/.history/src/vite-env.d_20240516163625.ts +1 -0
  28. package/.history/src/vite-env.d_20240516164812.ts +6 -0
  29. package/.history/src/vite-env.d_20240516170519.ts +6 -0
  30. package/.history/tsconfig_20240516163625.json +25 -0
  31. package/.history/tsconfig_20240516171547.json +26 -0
  32. package/.history/tsconfig_20240516171627.json +27 -0
  33. package/.history/tsconfig_20240516171733.json +26 -0
  34. package/.history/tsconfig_20240516214249.json +29 -0
  35. package/.history/tsconfig_20240516214506.json +29 -0
  36. package/.history/tsconfig_20240516214522.json +28 -0
  37. package/.history/types/vue.d_20240516214359.ts +0 -0
  38. package/.history/types/vue.d_20240516214406.ts +4 -0
  39. package/.history/types/vue.d_20240516214702.ts +6 -0
  40. package/.history/types/vue.d_20240516214737.ts +6 -0
  41. package/.history/vite.config_20240516163625.ts +7 -0
  42. package/.history/vite.config_20240516171436.ts +63 -0
  43. package/.history/vite.config_20240516171745.ts +63 -0
  44. package/.history/vite.config_20240516171816.ts +63 -0
  45. package/.history/vite.config_20240516171904.ts +63 -0
  46. package/.history/vite.config_20240516172136.ts +65 -0
  47. package/.history/vite.config_20240516172137.ts +65 -0
  48. package/.history/vite.config_20240516172206.ts +65 -0
  49. package/.history/vite.config_20240516172233.ts +65 -0
  50. package/.history/vite.config_20240516172329.ts +65 -0
  51. package/.history/vite.config_20240516205537.ts +65 -0
  52. package/.history/vite.config_20240516221534.ts +65 -0
  53. package/.vscode/extensions.json +3 -0
  54. package/README.md +9 -0
  55. package/index.html +13 -0
  56. package/package.json +23 -0
  57. package/packages/index.ts +16 -0
  58. package/packages/sy-button/index.ts +6 -0
  59. package/packages/sy-button/index.vue +11 -0
  60. package/public/vite.svg +1 -0
  61. package/src/App.vue +23 -0
  62. package/src/assets/vue.svg +1 -0
  63. package/src/components/HelloWorld.vue +38 -0
  64. package/src/main.ts +5 -0
  65. package/src/style.css +79 -0
  66. package/src/vite-env.d.ts +6 -0
  67. package/tsconfig.json +28 -0
  68. package/tsconfig.node.json +11 -0
  69. package/types/vue.d.ts +6 -0
  70. package/vite.config.ts +65 -0
@@ -0,0 +1,21 @@
1
+ {
2
+ "name": "sun-form-v3",
3
+ "private": true,
4
+ "version": "0.0.0",
5
+ "type": "module",
6
+ "scripts": {
7
+ "dev": "vite",
8
+ "build": "vue-tsc && vite build",
9
+ "preview": "vite preview"
10
+ },
11
+ "dependencies": {
12
+ "vue": "^3.4.21"
13
+ },
14
+ "devDependencies": {
15
+ "@types/node": "^20.12.12",
16
+ "@vitejs/plugin-vue": "^5.0.4",
17
+ "typescript": "^5.2.2",
18
+ "vite": "^5.2.0",
19
+ "vue-tsc": "^2.0.6"
20
+ }
21
+ }
@@ -0,0 +1,21 @@
1
+ {
2
+ "name": "sun-form-v3",
3
+ "private": true,
4
+ "version": "0.0.1",
5
+ "type": "module",
6
+ "scripts": {
7
+ "dev": "vite",
8
+ "build": "vue-tsc && vite build",
9
+ "preview": "vite preview"
10
+ },
11
+ "dependencies": {
12
+ "vue": "^3.4.21"
13
+ },
14
+ "devDependencies": {
15
+ "@types/node": "^20.12.12",
16
+ "@vitejs/plugin-vue": "^5.0.4",
17
+ "typescript": "^5.2.2",
18
+ "vite": "^5.2.0",
19
+ "vue-tsc": "^2.0.6"
20
+ }
21
+ }
@@ -0,0 +1,22 @@
1
+ {
2
+ "name": "sun-form-v3",
3
+ "private": true,
4
+ "version": "0.0.1",
5
+ "main": "./dist/sun-form-v3.umd.cjs",
6
+ "type": "module",
7
+ "scripts": {
8
+ "dev": "vite",
9
+ "build": "vue-tsc && vite build",
10
+ "preview": "vite preview"
11
+ },
12
+ "dependencies": {
13
+ "vue": "^3.4.21"
14
+ },
15
+ "devDependencies": {
16
+ "@types/node": "^20.12.12",
17
+ "@vitejs/plugin-vue": "^5.0.4",
18
+ "typescript": "^5.2.2",
19
+ "vite": "^5.2.0",
20
+ "vue-tsc": "^2.0.6"
21
+ }
22
+ }
@@ -0,0 +1,22 @@
1
+ {
2
+ "name": "sun-form-v3",
3
+ "private": true,
4
+ "version": "0.0.1",
5
+ "main": "./dist/sun-form-v3.umd.cjs",
6
+ "type": "module",
7
+ "scripts": {
8
+ "dev": "vite",
9
+ "build": "vue-tsc && vite build",
10
+ "preview": "vite preview"
11
+ },
12
+ "dependencies": {
13
+ "vue": "^3.4.21"
14
+ },
15
+ "devDependencies": {
16
+ "@types/node": "^20.12.12",
17
+ "@vitejs/plugin-vue": "^5.0.4",
18
+ "typescript": "^5.2.2",
19
+ "vite": "^5.2.0",
20
+ "vue-tsc": "^2.0.6"
21
+ }
22
+ }
@@ -0,0 +1,22 @@
1
+ {
2
+ "name": "sun-form-v3",
3
+ "private": false,
4
+ "version": "0.0.1",
5
+ "main": "./dist/sun-form-v3.umd.cjs",
6
+ "type": "module",
7
+ "scripts": {
8
+ "dev": "vite",
9
+ "build": "vue-tsc && vite build",
10
+ "preview": "vite preview"
11
+ },
12
+ "dependencies": {
13
+ "vue": "^3.4.21"
14
+ },
15
+ "devDependencies": {
16
+ "@types/node": "^20.12.12",
17
+ "@vitejs/plugin-vue": "^5.0.4",
18
+ "typescript": "^5.2.2",
19
+ "vite": "^5.2.0",
20
+ "vue-tsc": "^2.0.6"
21
+ }
22
+ }
File without changes
@@ -0,0 +1,16 @@
1
+ import type { App } from 'vue'
2
+ import Breadcrumb from './sy-button'
3
+
4
+ const components = [
5
+ Breadcrumb
6
+ ];
7
+
8
+ const install = (app: App): void => {
9
+ components.forEach(component => app.component(component.__name as string, component))
10
+ }
11
+ export {
12
+ Breadcrumb
13
+ }
14
+
15
+ const viteVueNode = { install };
16
+ export default viteVueNode
@@ -0,0 +1,16 @@
1
+ import type { App } from 'vue'
2
+ import Breadcrumb from './sy-button'
3
+
4
+ const components = [
5
+ Breadcrumb
6
+ ];
7
+
8
+ const install = (app: App): void => {
9
+ components.forEach(component => app.component(component.__name as string, component))
10
+ }
11
+ export {
12
+ Breadcrumb
13
+ }
14
+
15
+ const viteVueNode = { install };
16
+ export default viteVueNode
@@ -0,0 +1,16 @@
1
+ import type { App } from 'vue'
2
+ import syButton from './sy-button'
3
+
4
+ const components = [
5
+ syButton
6
+ ];
7
+
8
+ const install = (app: App): void => {
9
+ components.forEach(component => app.component(component.__name as string, component))
10
+ }
11
+ export {
12
+ syButton
13
+ }
14
+
15
+ const viteVueNode = { install };
16
+ export default viteVueNode
@@ -0,0 +1,11 @@
1
+ <template>
2
+ <button>孙岩按钮</button>
3
+ </template>
4
+
5
+ <script setup lang="ts">
6
+ import { ref,reactive } from 'vue';
7
+ defineOptions({name:""})
8
+ </script>
9
+
10
+ <style scoped lang="scss">
11
+ </style>
@@ -0,0 +1,6 @@
1
+ import type {App} from 'vue'
2
+ import Breadcrumb from './index.vue';
3
+ Breadcrumb.install=(app:App)=>{
4
+ app.component(Breadcrumb.__name as string,Breadcrumb);
5
+ }
6
+ export default Breadcrumb;
@@ -0,0 +1,6 @@
1
+ import type {App} from 'vue'
2
+ import Breadcrumb from './index.vue';
3
+ Breadcrumb.install=(app:App)=>{
4
+ app.component(Breadcrumb.__name as string,Breadcrumb);
5
+ }
6
+ export default Breadcrumb;
@@ -0,0 +1,11 @@
1
+ <template>
2
+ <button>孙岩按钮</button>
3
+ </template>
4
+
5
+ <script setup lang="ts">
6
+ import { ref,reactive } from 'vue';
7
+ defineOptions({name:"sy-button"})
8
+ </script>
9
+
10
+ <style scoped lang="scss">
11
+ </style>
@@ -0,0 +1,11 @@
1
+ <template>
2
+ <button>孙岩按钮</button>
3
+ </template>
4
+
5
+ <script setup lang="ts">
6
+ import { ref,reactive } from 'vue';
7
+ defineOptions({name:"sy-button"})
8
+ </script>
9
+
10
+ <style scoped lang="scss">
11
+ </style>
@@ -0,0 +1,6 @@
1
+ import type { App } from 'vue'
2
+ import comp from './index.vue';
3
+ comp.install = (app: App) => {
4
+ app.component(comp.__name as string, comp);
5
+ }
6
+ export default comp;
@@ -0,0 +1,6 @@
1
+ import type { App } from 'vue'
2
+ import comp from './index.vue';
3
+ comp.install = (app: App) => {
4
+ app.component(comp.__name as string, comp);
5
+ }
6
+ export default comp;
@@ -0,0 +1,6 @@
1
+ import type { App } from 'vue'
2
+ import comp from './index.vue';
3
+ comp.install = (app: App) => {
4
+ app.component(comp.__name as string, comp);
5
+ }
6
+ export default comp;
@@ -0,0 +1,11 @@
1
+ <template>
2
+ <button>孙岩按钮</button>
3
+ </template>
4
+
5
+ <script setup lang="ts">
6
+ // import { ref,reactive } from 'vue';
7
+ defineOptions({name:"sy-button"})
8
+ </script>
9
+
10
+ <style scoped lang="scss">
11
+ </style>
@@ -0,0 +1,30 @@
1
+ <script setup lang="ts">
2
+ import HelloWorld from './components/HelloWorld.vue'
3
+ </script>
4
+
5
+ <template>
6
+ <div>
7
+ <a href="https://vitejs.dev" target="_blank">
8
+ <img src="/vite.svg" class="logo" alt="Vite logo" />
9
+ </a>
10
+ <a href="https://vuejs.org/" target="_blank">
11
+ <img src="./assets/vue.svg" class="logo vue" alt="Vue logo" />
12
+ </a>
13
+ </div>
14
+ <HelloWorld msg="Vite + Vue" />
15
+ </template>
16
+
17
+ <style scoped>
18
+ .logo {
19
+ height: 6em;
20
+ padding: 1.5em;
21
+ will-change: filter;
22
+ transition: filter 300ms;
23
+ }
24
+ .logo:hover {
25
+ filter: drop-shadow(0 0 2em #646cffaa);
26
+ }
27
+ .logo.vue:hover {
28
+ filter: drop-shadow(0 0 2em #42b883aa);
29
+ }
30
+ </style>
@@ -0,0 +1,30 @@
1
+ <script setup lang="ts">
2
+ import HelloWorld from './components/HelloWorld.vue'
3
+ </script>
4
+
5
+ <template>
6
+ <!-- <div>
7
+ <a href="https://vitejs.dev" target="_blank">
8
+ <img src="/vite.svg" class="logo" alt="Vite logo" />
9
+ </a>
10
+ <a href="https://vuejs.org/" target="_blank">
11
+ <img src="./assets/vue.svg" class="logo vue" alt="Vue logo" />
12
+ </a>
13
+ </div>
14
+ <HelloWorld msg="Vite + Vue" /> -->
15
+ </template>
16
+
17
+ <style scoped>
18
+ .logo {
19
+ height: 6em;
20
+ padding: 1.5em;
21
+ will-change: filter;
22
+ transition: filter 300ms;
23
+ }
24
+ .logo:hover {
25
+ filter: drop-shadow(0 0 2em #646cffaa);
26
+ }
27
+ .logo.vue:hover {
28
+ filter: drop-shadow(0 0 2em #42b883aa);
29
+ }
30
+ </style>
@@ -0,0 +1,29 @@
1
+ <script setup lang="ts">
2
+ </script>
3
+
4
+ <template>
5
+ <!-- <div>
6
+ <a href="https://vitejs.dev" target="_blank">
7
+ <img src="/vite.svg" class="logo" alt="Vite logo" />
8
+ </a>
9
+ <a href="https://vuejs.org/" target="_blank">
10
+ <img src="./assets/vue.svg" class="logo vue" alt="Vue logo" />
11
+ </a>
12
+ </div>
13
+ <HelloWorld msg="Vite + Vue" /> -->
14
+ </template>
15
+
16
+ <style scoped>
17
+ .logo {
18
+ height: 6em;
19
+ padding: 1.5em;
20
+ will-change: filter;
21
+ transition: filter 300ms;
22
+ }
23
+ .logo:hover {
24
+ filter: drop-shadow(0 0 2em #646cffaa);
25
+ }
26
+ .logo.vue:hover {
27
+ filter: drop-shadow(0 0 2em #42b883aa);
28
+ }
29
+ </style>
@@ -0,0 +1,31 @@
1
+ <script setup lang="ts">
2
+ </script>
3
+
4
+ <template>
5
+ <!-- <div>
6
+ <a href="https://vitejs.dev" target="_blank">
7
+ <img src="/vite.svg" class="logo" alt="Vite logo" />
8
+ </a>
9
+ <a href="https://vuejs.org/" target="_blank">
10
+ <img src="./assets/vue.svg" class="logo vue" alt="Vue logo" />
11
+ </a>
12
+ </div>
13
+ <HelloWorld msg="Vite + Vue" /> -->
14
+ </template>
15
+
16
+ <style scoped>
17
+ .logo {
18
+ height: 6em;
19
+ padding: 1.5em;
20
+ will-change: filter;
21
+ transition: filter 300ms;
22
+ }
23
+
24
+ .logo:hover {
25
+ filter: drop-shadow(0 0 2em #646cffaa);
26
+ }
27
+
28
+ .logo.vue:hover {
29
+ filter: drop-shadow(0 0 2em #42b883aa);
30
+ }
31
+ </style>
@@ -0,0 +1,32 @@
1
+ <script setup lang="ts">
2
+ </script>
3
+
4
+ <template>
5
+ <sy-button></sy-button>
6
+ <!-- <div>
7
+ <a href="https://vitejs.dev" target="_blank">
8
+ <img src="/vite.svg" class="logo" alt="Vite logo" />
9
+ </a>
10
+ <a href="https://vuejs.org/" target="_blank">
11
+ <img src="./assets/vue.svg" class="logo vue" alt="Vue logo" />
12
+ </a>
13
+ </div>
14
+ <HelloWorld msg="Vite + Vue" /> -->
15
+ </template>
16
+
17
+ <style scoped>
18
+ .logo {
19
+ height: 6em;
20
+ padding: 1.5em;
21
+ will-change: filter;
22
+ transition: filter 300ms;
23
+ }
24
+
25
+ .logo:hover {
26
+ filter: drop-shadow(0 0 2em #646cffaa);
27
+ }
28
+
29
+ .logo.vue:hover {
30
+ filter: drop-shadow(0 0 2em #42b883aa);
31
+ }
32
+ </style>
@@ -0,0 +1,23 @@
1
+ <script setup lang="ts">
2
+ </script>
3
+
4
+ <template>
5
+ <sy-button></sy-button>
6
+ </template>
7
+
8
+ <style scoped>
9
+ .logo {
10
+ height: 6em;
11
+ padding: 1.5em;
12
+ will-change: filter;
13
+ transition: filter 300ms;
14
+ }
15
+
16
+ .logo:hover {
17
+ filter: drop-shadow(0 0 2em #646cffaa);
18
+ }
19
+
20
+ .logo.vue:hover {
21
+ filter: drop-shadow(0 0 2em #42b883aa);
22
+ }
23
+ </style>
@@ -0,0 +1 @@
1
+ /// <reference types="vite/client" />
@@ -0,0 +1,6 @@
1
+ /// <reference types="vite/client" />
2
+ declare module "*.vue" {
3
+ import type { DefineComponent } from "vue";
4
+ const vueComponent: DefineComponent<{}, {}, any>;
5
+ export default vueComponent;
6
+ }
@@ -0,0 +1,6 @@
1
+ /// <reference types="vite/client" />
2
+ declare module "*.vue" {
3
+ import type { DefineComponent } from "vue";
4
+ const vueComponent: DefineComponent<{}, {}, any>;
5
+ export default vueComponent;
6
+ }
@@ -0,0 +1,25 @@
1
+ {
2
+ "compilerOptions": {
3
+ "target": "ES2020",
4
+ "useDefineForClassFields": true,
5
+ "module": "ESNext",
6
+ "lib": ["ES2020", "DOM", "DOM.Iterable"],
7
+ "skipLibCheck": true,
8
+
9
+ /* Bundler mode */
10
+ "moduleResolution": "bundler",
11
+ "allowImportingTsExtensions": true,
12
+ "resolveJsonModule": true,
13
+ "isolatedModules": true,
14
+ "noEmit": true,
15
+ "jsx": "preserve",
16
+
17
+ /* Linting */
18
+ "strict": true,
19
+ "noUnusedLocals": true,
20
+ "noUnusedParameters": true,
21
+ "noFallthroughCasesInSwitch": true
22
+ },
23
+ "include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue"],
24
+ "references": [{ "path": "./tsconfig.node.json" }]
25
+ }
@@ -0,0 +1,26 @@
1
+ {
2
+ "compilerOptions": {
3
+ "target": "ES2020",
4
+ "useDefineForClassFields": true,
5
+ "module": "ESNext",
6
+ "lib": ["ES2020", "DOM", "DOM.Iterable"],
7
+ "skipLibCheck": true,
8
+
9
+ /* Bundler mode */
10
+ "moduleResolution": "bundler",
11
+ "allowImportingTsExtensions": true,
12
+ "resolveJsonModule": true,
13
+ "isolatedModules": true,
14
+ "noEmit": true,
15
+ "jsx": "preserve",
16
+
17
+ /* Linting */
18
+ "strict": true,
19
+ "noUnusedLocals": true,
20
+ "noUnusedParameters": true,
21
+ "noFallthroughCasesInSwitch": true,
22
+ "node":true
23
+ },
24
+ "include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue"],
25
+ "references": [{ "path": "./tsconfig.node.json" }]
26
+ }
@@ -0,0 +1,27 @@
1
+ {
2
+ "compilerOptions": {
3
+ "node":true,
4
+ "target": "ES2020",
5
+ "useDefineForClassFields": true,
6
+ "module": "ESNext",
7
+ "lib": ["ES2020", "DOM", "DOM.Iterable"],
8
+ "skipLibCheck": true,
9
+
10
+ /* Bundler mode */
11
+ "moduleResolution": "bundler",
12
+ "allowImportingTsExtensions": true,
13
+ "resolveJsonModule": true,
14
+ "isolatedModules": true,
15
+ "noEmit": true,
16
+ "jsx": "preserve",
17
+
18
+ /* Linting */
19
+ "strict": true,
20
+ "noUnusedLocals": true,
21
+ "noUnusedParameters": true,
22
+ "noFallthroughCasesInSwitch": true
23
+
24
+ },
25
+ "include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue"],
26
+ "references": [{ "path": "./tsconfig.node.json" }]
27
+ }
@@ -0,0 +1,26 @@
1
+ {
2
+ "compilerOptions": {
3
+ "target": "ES2020",
4
+ "useDefineForClassFields": true,
5
+ "module": "ESNext",
6
+ "lib": ["ES2020", "DOM", "DOM.Iterable"],
7
+ "skipLibCheck": true,
8
+
9
+ /* Bundler mode */
10
+ "moduleResolution": "bundler",
11
+ "allowImportingTsExtensions": true,
12
+ "resolveJsonModule": true,
13
+ "isolatedModules": true,
14
+ "noEmit": true,
15
+ "jsx": "preserve",
16
+
17
+ /* Linting */
18
+ "strict": true,
19
+ "noUnusedLocals": true,
20
+ "noUnusedParameters": true,
21
+ "noFallthroughCasesInSwitch": true
22
+
23
+ },
24
+ "include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue"],
25
+ "references": [{ "path": "./tsconfig.node.json" }]
26
+ }
@@ -0,0 +1,29 @@
1
+ {
2
+ "compilerOptions": {
3
+ "types": ["vue"],
4
+ "target": "ES2020",
5
+ "useDefineForClassFields": true,
6
+ "module": "ESNext",
7
+ "lib": ["ES2020", "DOM", "DOM.Iterable"],
8
+ "skipLibCheck": true,
9
+
10
+ /* Bundler mode */
11
+ "moduleResolution": "bundler",
12
+ "allowImportingTsExtensions": true,
13
+ "resolveJsonModule": true,
14
+ "isolatedModules": true,
15
+ "noEmit": true,
16
+ "jsx": "preserve",
17
+
18
+ /* Linting */
19
+ "strict": true,
20
+ "noUnusedLocals": true,
21
+ "noUnusedParameters": true,
22
+ "noFallthroughCasesInSwitch": true
23
+
24
+ },
25
+ "include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue"],
26
+ "references": [{
27
+ "path": "./tsconfig.node.json"
28
+ }]
29
+ }
@@ -0,0 +1,29 @@
1
+ {
2
+ "compilerOptions": {
3
+ "types": ["vue"],
4
+ "target": "ES2020",
5
+ "useDefineForClassFields": true,
6
+ "module": "ESNext",
7
+ "lib": ["ES2020", "DOM", "DOM.Iterable"],
8
+ "skipLibCheck": true,
9
+
10
+ /* Bundler mode */
11
+ "moduleResolution": "bundler",
12
+ "allowImportingTsExtensions": true,
13
+ "resolveJsonModule": true,
14
+ "isolatedModules": true,
15
+ "noEmit": true,
16
+ "jsx": "preserve",
17
+
18
+ /* Linting */
19
+ "strict": true,
20
+ "noUnusedLocals": true,
21
+ "noUnusedParameters": true,
22
+ "noFallthroughCasesInSwitch": true
23
+
24
+ },
25
+ "include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue","packages/**/*.vue"],
26
+ "references": [{
27
+ "path": "./tsconfig.node.json"
28
+ }]
29
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "compilerOptions": {
3
+ "target": "ES2020",
4
+ "useDefineForClassFields": true,
5
+ "module": "ESNext",
6
+ "lib": ["ES2020", "DOM", "DOM.Iterable"],
7
+ "skipLibCheck": true,
8
+
9
+ /* Bundler mode */
10
+ "moduleResolution": "bundler",
11
+ "allowImportingTsExtensions": true,
12
+ "resolveJsonModule": true,
13
+ "isolatedModules": true,
14
+ "noEmit": true,
15
+ "jsx": "preserve",
16
+
17
+ /* Linting */
18
+ "strict": true,
19
+ "noUnusedLocals": true,
20
+ "noUnusedParameters": true,
21
+ "noFallthroughCasesInSwitch": true
22
+
23
+ },
24
+ "include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue","packages/**/*.vue"],
25
+ "references": [{
26
+ "path": "./tsconfig.node.json"
27
+ }]
28
+ }
File without changes