Skip to content
Snippets Groups Projects
Verified Commit 3f8de3e6 authored by Konstantin Tsabolov's avatar Konstantin Tsabolov
Browse files

chore: do not use swc for shared and ssi

parent 6eb7f8d0
No related branches found
No related tags found
1 merge request!7Component responsibility
{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"typeCheck": true,
"builder": {
"type": "swc",
"options": {
"swcrcPath": "../../.swcrc"
}
}
}
"sourceRoot": "src"
}
{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"typeCheck": true,
"builder": {
"type": "swc",
"options": {
"swcrcPath": "../../.swcrc"
}
}
}
"sourceRoot": "src"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment