forum-django/tsconfig.json

16 lines
343 B
JSON
Raw Normal View History

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