quria
Version:
A user-friendly Destiny 2 API Wrapper written with TypeScript and approved by -Axis Minds- Oryx.
18 lines • 341 B
JSON
{
"compilerOptions": {
"module": "commonjs",
"target": "ESNext",
"declaration": true,
"outDir": "lib",
"rootDir": "src",
"moduleResolution": "node",
"esModuleInterop": true,
"strict": true,
"skipLibCheck": true,
"noEmit": false
},
"include": [
"./node_modules/@types/",
"src/**/*"
],
}