sun-form-v3 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- package/.history/package_20240516171646.json +21 -0
- package/.history/package_20240516220959.json +21 -0
- package/.history/package_20240516221125.json +22 -0
- package/.history/package_20240516221133.json +22 -0
- package/.history/package_20240516221150.json +22 -0
- package/.history/packages/index_20240516170215.ts +0 -0
- package/.history/packages/index_20240516170240.ts +16 -0
- package/.history/packages/index_20240516170259.ts +16 -0
- package/.history/packages/index_20240516215605.ts +16 -0
- package/.history/packages/sy-button/index_20240516170041.vue +0 -0
- package/.history/packages/sy-button/index_20240516170054.vue +11 -0
- package/.history/packages/sy-button/index_20240516170059.ts +0 -0
- package/.history/packages/sy-button/index_20240516170139.ts +6 -0
- package/.history/packages/sy-button/index_20240516170143.ts +6 -0
- package/.history/packages/sy-button/index_20240516170826.vue +11 -0
- package/.history/packages/sy-button/index_20240516170827.vue +11 -0
- package/.history/packages/sy-button/index_20240516171258.ts +6 -0
- package/.history/packages/sy-button/index_20240516205457.ts +6 -0
- package/.history/packages/sy-button/index_20240516205458.ts +6 -0
- package/.history/packages/sy-button/index_20240516214802.vue +11 -0
- package/.history/src/App_20240516163625.vue +30 -0
- package/.history/src/App_20240516171000.vue +30 -0
- package/.history/src/App_20240516171003.vue +29 -0
- package/.history/src/App_20240516171012.vue +31 -0
- package/.history/src/App_20240516171045.vue +32 -0
- package/.history/src/App_20240516171056.vue +23 -0
- package/.history/src/vite-env.d_20240516163625.ts +1 -0
- package/.history/src/vite-env.d_20240516164812.ts +6 -0
- package/.history/src/vite-env.d_20240516170519.ts +6 -0
- package/.history/tsconfig_20240516163625.json +25 -0
- package/.history/tsconfig_20240516171547.json +26 -0
- package/.history/tsconfig_20240516171627.json +27 -0
- package/.history/tsconfig_20240516171733.json +26 -0
- package/.history/tsconfig_20240516214249.json +29 -0
- package/.history/tsconfig_20240516214506.json +29 -0
- package/.history/tsconfig_20240516214522.json +28 -0
- package/.history/types/vue.d_20240516214359.ts +0 -0
- package/.history/types/vue.d_20240516214406.ts +4 -0
- package/.history/types/vue.d_20240516214702.ts +6 -0
- package/.history/types/vue.d_20240516214737.ts +6 -0
- package/.history/vite.config_20240516163625.ts +7 -0
- package/.history/vite.config_20240516171436.ts +63 -0
- package/.history/vite.config_20240516171745.ts +63 -0
- package/.history/vite.config_20240516171816.ts +63 -0
- package/.history/vite.config_20240516171904.ts +63 -0
- package/.history/vite.config_20240516172136.ts +65 -0
- package/.history/vite.config_20240516172137.ts +65 -0
- package/.history/vite.config_20240516172206.ts +65 -0
- package/.history/vite.config_20240516172233.ts +65 -0
- package/.history/vite.config_20240516172329.ts +65 -0
- package/.history/vite.config_20240516205537.ts +65 -0
- package/.history/vite.config_20240516221534.ts +65 -0
- package/.vscode/extensions.json +3 -0
- package/README.md +9 -0
- package/index.html +13 -0
- package/package.json +23 -0
- package/packages/index.ts +16 -0
- package/packages/sy-button/index.ts +6 -0
- package/packages/sy-button/index.vue +11 -0
- package/public/vite.svg +1 -0
- package/src/App.vue +23 -0
- package/src/assets/vue.svg +1 -0
- package/src/components/HelloWorld.vue +38 -0
- package/src/main.ts +5 -0
- package/src/style.css +79 -0
- package/src/vite-env.d.ts +6 -0
- package/tsconfig.json +28 -0
- package/tsconfig.node.json +11 -0
- package/types/vue.d.ts +6 -0
- 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
|
File without changes
|
File without changes
|
@@ -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,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
|