Files
roll20-character-sheets/Pathfinder Community/dev/jsconfig.json
T
2025-01-19 01:56:36 -08:00

8 lines
113 B
JSON

{
"compilerOptions": {
"target": "ES6"
},
"exclude": [
"node_modules", "dist"
]
}