Configure the source code parsing and compilation options.
Include additional files that should be treated as static assets.
Used to configure the decorators syntax.
Replaces variables in your code with other values or expressions at compile time. This can be useful for allowing different behavior between development builds and production builds.
Used to set the entry modules for building.
Check out the lib.bundle to learn how to set entry for bundle and bundleless project.
Specifies JavaScript/TypeScript files that do not need to be compiled. The usage is consistent with Rule.exclude in Rspack, which supports passing in strings or regular expressions to match the module path.
The source.include
is used to specify additional JavaScript files that need to be compiled.
Transform the import path, which can be used to modularly import the subpath of third-party packages. The functionality is similar to babel-plugin-import.
Configure a custom tsconfig.json file path to use, can be a relative or absolute path.