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