Initialize a new NX project - QR campaign

This commit is contained in:
Hafid Nur
2026-02-13 20:01:51 +07:00
parent 8728d0abd7
commit c79580b4ea
18 changed files with 1137 additions and 2 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"compilerOptions": {
"jsx": "react-jsx",
"allowJs": false,
"esModuleInterop": false,
"allowSyntheticDefaultImports": true,
"strict": true,
"types": ["vite/client", "vitest"]
},
"files": [],
"include": [],
"references": [
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.spec.json"
}
],
"extends": "../../tsconfig.base.json"
}