Build: Use SWC to speed up Sass template builds (#41425)
* build(themes): use SWC to speed up template builds * chore: remove superfluous dev deps
This commit is contained in:
@@ -2,5 +2,9 @@
|
||||
"compilerOptions": {
|
||||
"module": "commonjs"
|
||||
},
|
||||
"extends": "../../tsconfig.json"
|
||||
"extends": "../../tsconfig.json",
|
||||
"ts-node": {
|
||||
"transpileOnly": true,
|
||||
"transpiler": "ts-node/transpilers/swc-experimental"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user