eldenring-api
Version:
Elden Ring API Wrapper
15 lines (14 loc) • 329 B
JSON
{
"compilerOptions": {
"target": "ESNext",
"module": "commonjs",
"outDir": "./dist",
"declaration": true,
"declarationDir": "./dist",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
},
"include": ["src/**/*.ts", "test/**/*.ts"]
}