diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index 372dada..eb263ab 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -18,9 +18,9 @@ "baseUrl": ".", "paths": { "@/*": ["./src/*"] - } + }, + "ignoreDeprecations": "6.0" }, "include": ["src"], - "references": [{ "path": "./tsconfig.node.json" }], - "ignoreDeprecations": "6.0" + "references": [{ "path": "./tsconfig.node.json" }] } \ No newline at end of file