This repository has been archived on 2025-03-02. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
rpgedit/tsconfig.json

13 lines
182 B
JSON

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