windwalker-io / core

The framework extended library for Windwalker Starter application.
https://github.com/ventoviro/windwalker-starter
MIT License
4 stars 3 forks source link

Add @js to importMap and tsconfig.js.json #1249

Closed asika32764 closed 2 months ago

asika32764 commented 3 months ago
    "compilerOptions": {
        "allowJs": true,
        "emitDecoratorMetadata": true,
        "experimentalDecorators": true,
        "noEmit": false,
        "strict": true,
        "paths": {
            "@js/*": ["./resources/assets/src/*"],
        }
    }