UNPKG

eldenring-api

Version:

Elden Ring API Wrapper

15 lines (14 loc) 329 B
{ "compilerOptions": { "target": "ESNext", "module": "commonjs", "outDir": "./dist", "declaration": true, "declarationDir": "./dist", "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true }, "include": ["src/**/*.ts", "test/**/*.ts"] }