mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 14:13:21 +00:00
Sli
7b41051d0d
* Don't tie the output name to webpack itself * Don't call js bundling webpack in python code * Make the doc more generic about js bundling
21 lines
554 B
JSON
21 lines
554 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./staticfiles/generated/bundled/",
|
|
"sourceMap": true,
|
|
"noImplicitAny": true,
|
|
"module": "es6",
|
|
"target": "es6",
|
|
"allowJs": true,
|
|
"moduleResolution": "node",
|
|
"experimentalDecorators": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"types": ["jquery", "alpinejs"],
|
|
"paths": {
|
|
"#openapi": ["./staticfiles/generated/openapi/index.ts"],
|
|
"#core:*": ["./core/static/bundled/*"],
|
|
"#pedagogy:*": ["./pedagogy/static/bundled/*"]
|
|
}
|
|
}
|
|
}
|