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

chore: switch to tsc for shared and ssi

parent 3f337435
No related branches found
No related tags found
No related merge requests found
{
"$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