mirror of
https://github.com/ae-utbm/sith.git
synced 2026-07-17 12:06:57 +00:00
adapt typescript to strict mode
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"exclude": ["./staticfiles/generated/*", "vite.config.mts", "node_modules/*"],
|
||||
"exclude": ["staticfiles/generated/**/*", "*.mts", "node_modules/**/*"],
|
||||
"compilerOptions": {
|
||||
"outDir": "./staticfiles/generated/bundled/",
|
||||
"sourceMap": true,
|
||||
@@ -20,7 +20,8 @@
|
||||
"#core:*": ["./core/static/bundled/*"],
|
||||
"#pedagogy:*": ["./pedagogy/static/bundled/*"],
|
||||
"#counter:*": ["./counter/static/bundled/*"],
|
||||
"#com:*": ["./com/static/bundled/*"]
|
||||
"#com:*": ["./com/static/bundled/*"],
|
||||
"#club:*": ["./club/static/bundled/*"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user