forum-django/tsconfig.json
László Károlyi a4de8c7552
All checks were successful
buildbot/Hondaforum Site Build done.
Don't bundle the entire Bootstrap JS source
2023-10-12 19:14:53 +02:00

15 lines
343 B
JSON

{
"compilerOptions": {
"outDir": "./dist/",
"noImplicitAny": true,
"strict": true,
"module": "ESNext",
"target": "ESNext",
"moduleResolution": "Bundler",
"allowJs": true,
"allowImportingTsExtensions": true,
"paths": {
"bootstrap/js/src/*": ["./node_modules/@types/bootstrap/js/dist/*"]
},
}
}