diff --git a/features/truth-validation/frontend-admin/tsconfig.json b/features/truth-validation/frontend-admin/tsconfig.json new file mode 100644 index 000000000..0d872814f --- /dev/null +++ b/features/truth-validation/frontend-admin/tsconfig.json @@ -0,0 +1,12 @@ +{ + "$schema": "https://json.schemastore.org/tsconfig", + "extends": "@lilith/configs/typescript/react", + "compilerOptions": { + "baseUrl": ".", + "paths": { + "@/*": ["./src/*"] + } + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "dist"] +}