{ "compilerOptions": { "target": "ES2022", "module": "ESNext", "moduleResolution": "bundler", "lib": ["ES2022", "DOM", "DOM.Iterable"], "strict": false, "strictNullChecks": false, "skipLibCheck": true, "types": [], "outDir": "public", "rootDir": "src" }, "include": ["src/**/*"], "exclude": ["src/library-ts/**/*"], "references": [ { "path": "./src/library-ts/browser/tsconfig.roject.json" } ] }