neue Leitstellen geojson
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -5,7 +5,8 @@
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "nodemon --signal SIGINT",
|
||||
"start": "tsx index.ts --transpile-only"
|
||||
"start": "tsx index.ts --transpile-only",
|
||||
"build": "tsc"
|
||||
},
|
||||
"packageManager": "pnpm@10.11.0",
|
||||
"devDependencies": {
|
||||
|
||||
@@ -5,7 +5,9 @@
|
||||
"allowImportingTsExtensions": false,
|
||||
"baseUrl": ".",
|
||||
"jsx": "react-jsx"
|
||||
/* "moduleDirectories": ["node_modules", "."] */
|
||||
},
|
||||
"include": ["**/*.ts", "./index.ts", "modules/mail-templates/VerificationCode.tsx"],
|
||||
"include": ["**/*.ts", "./index.ts"],
|
||||
|
||||
"exclude": ["node_modules", "dist"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user