This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
rpgedit/tsconfig.json

13 lines
182 B
JSON

{
"compilerOptions": {
"target": "ES2017",
"module": "commonjs",
"strict": true,
"jsx": "react",
"outDir": "dist",
"sourceMap": true
},
"include": [
"src/**/*"
]
}