chore: bump pacakges
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
"name": "@snort/system-svelte",
|
||||
"version": "1.0.0",
|
||||
"description": "Svelte functions for @snort/system",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"repository": "https://git.v0l.io/Kieran/snort",
|
||||
|
@ -2,17 +2,16 @@
|
||||
"compilerOptions": {
|
||||
"baseUrl": "src",
|
||||
"target": "ESNext",
|
||||
"moduleResolution": "NodeNext",
|
||||
"moduleResolution": "Bundler",
|
||||
"esModuleInterop": true,
|
||||
"noImplicitOverride": true,
|
||||
"module": "NodeNext",
|
||||
"module": "ESNext",
|
||||
"strict": true,
|
||||
"declaration": true,
|
||||
"declarationMap": true,
|
||||
"inlineSourceMap": true,
|
||||
"outDir": "dist",
|
||||
"skipLibCheck": true
|
||||
},
|
||||
"include": ["src/**/*.ts"],
|
||||
"files": ["src/index.ts"]
|
||||
"include": ["./src/**/*.ts"],
|
||||
"exclude": ["**/*.test.ts"]
|
||||
}
|
||||
|
Reference in New Issue
Block a user