Skip to content
Snippets Groups Projects
Commit 486afb85 authored by Konstantin Tsabolov's avatar Konstantin Tsabolov Committed by Berend Sliedrecht
Browse files

chore: switch to tsc for shared and ssi

parent 2e0ecada
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