client/packages/tauth/tsconfig.json
Alois cbbadc9e67 feat(tauth): add tauth
refactor(ttp): now using ttp-core package from git
2026-04-13 17:26:15 +02:00

12 lines
225 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
"jsx": "react-jsx",
"strict": true,
"skipLibCheck": true,
"noEmit": true
},
"include": ["src"]
}