15 lines
343 B
JSON
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/*"]
|
|
},
|
|
}
|
|
}
|