mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-07-12 21:05:19 +02:00
a4f8340b04
Compiles assets/*.ts via sensiolabs/typescript-bundle (standalone SWC binary) and adds Deno for formatting, linting, type-checking, and tests, keeping the project's no-Node/npm approach intact. Wires all four into CI, the Justfile, and the pre-commit hook.
20 lines
506 B
YAML
20 lines
506 B
YAML
framework:
|
|
asset_mapper:
|
|
# The paths to make available to the asset mapper.
|
|
paths:
|
|
- assets/
|
|
excluded_patterns:
|
|
- '*/assets/styles/_*.scss'
|
|
- '*/assets/styles/**/_*.scss'
|
|
- '*/assets/**/*_test.ts'
|
|
- '*/assets/types/*.d.ts'
|
|
missing_import_mode: strict
|
|
|
|
sensiolabs_typescript:
|
|
source_dir: ['%kernel.project_dir%/assets']
|
|
|
|
when@prod:
|
|
framework:
|
|
asset_mapper:
|
|
missing_import_mode: warn
|