UNPKG

programming-game

Version:

The client for programming game, an mmorpg that you interact with entirely through code.

25 lines (24 loc) 578 B
{ "compilerOptions": { "target": "es5", "lib": ["dom", "DOM.Iterable", "esnext"], "allowJs": true, "skipLibCheck": true, "strict": true, "forceConsistentCasingInFileNames": true, "noEmit": false, "esModuleInterop": true, "module": "CommonJS", "moduleResolution": "node", "resolveJsonModule": true, "isolatedModules": true, "incremental": true, "paths": { "@/*": ["./src/*"] }, "declaration": true, "outDir": "./build" }, "include": ["next-env.d.ts", "src/**/*.ts"], "exclude": ["node_modules"] }