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

14 lines
182 B
JSON
Raw Permalink Normal View History

{
2019-12-24 20:02:24 +01:00
"compilerOptions": {
"target": "ES2017",
"module": "commonjs",
"strict": true,
"jsx": "react",
"outDir": "dist",
"sourceMap": true
2019-12-24 20:02:24 +01:00
},
"include": [
"src/**/*"
]
}