{ "compilerOptions": { "allowJs": true, "allowSyntheticDefaultImports": true, "baseUrl": ".", "checkJs": false, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "isolatedModules": true, "jsx": "preserve", "lib": ["DOM", "DOM.Iterable", "ESNext", "ScriptHost"], "module": "ESNext", "moduleResolution": "Bundler", "noEmit": true, "paths": { "tgui": ["packages/tgui"], "tgui/*": ["packages/tgui/*"], "tgui-panel": ["packages/tgui-panel"], "tgui-panel/*": ["packages/tgui-panel/*"], "tgui-say": ["packages/tgui-say"], "tgui-say/*": ["packages/tgui-say/*"], "tgui-dev-server": ["packages/tgui-dev-server"], "tgui-dev-server/*": ["packages/tgui-dev-server/*"] }, "resolveJsonModule": true, "skipLibCheck": true, "strict": false, "strictNullChecks": true, "target": "ESNext" }, "include": ["./*.d.ts", "./packages"] }