2023-06-27 14:49:05 +02:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"outDir": "./dist/",
|
|
|
|
"noImplicitAny": true,
|
|
|
|
"strict": true,
|
|
|
|
"module": "ESNext",
|
|
|
|
"target": "ESNext",
|
2023-10-12 19:14:53 +02:00
|
|
|
"moduleResolution": "Bundler",
|
2023-06-27 14:49:05 +02:00
|
|
|
"allowJs": true,
|
2023-07-04 18:48:18 +02:00
|
|
|
"allowImportingTsExtensions": true,
|
2023-10-12 19:14:53 +02:00
|
|
|
"paths": {
|
|
|
|
"bootstrap/js/src/*": ["./node_modules/@types/bootstrap/js/dist/*"]
|
|
|
|
},
|
2023-06-27 14:49:05 +02:00
|
|
|
}
|
|
|
|
}
|