mirror of
https://github.com/maxswa/osrs-json-hiscores.git
synced 2025-10-15 10:19:04 +00:00
12 lines
216 B
JSON
12 lines
216 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"outDir": "./lib",
|
|
"strict": true
|
|
},
|
|
"include": ["src", "**/__tests__/*"],
|
|
"exclude": ["node_modules"]
|
|
}
|