mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-01 03:48:04 +00:00
17 lines
410 B
JSON
17 lines
410 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./staticfiles/generated/webpack/",
|
|
"sourceMap": true,
|
|
"noImplicitAny": true,
|
|
"module": "es6",
|
|
"target": "es5",
|
|
"allowJs": true,
|
|
"moduleResolution": "node",
|
|
"paths": {
|
|
"#openapi": ["./staticfiles/generated/openapi/index.ts"],
|
|
"#core:*": ["./core/static/webpack/*"],
|
|
"#pedagogy:*": ["./pedagogy/static/webpack/*"]
|
|
}
|
|
}
|
|
}
|