@u1terior/roblox.js
Version:
A package dedicated to simplifying the ROBLOX API
15 lines • 370 B
JSON
{
"compilerOptions": {
"module": "ESNext",
"target": "ES6",
"outDir": ".exportToGitHub",
"rootDir": "./",
"strict": true,
"esModuleInterop": true,
"declaration": true,
"sourceMap": true,
"noEmit": false
},
"include": ["./*.ts"],
"exclude": ["node_modules", "./*.json", "./README"]
}