typocomath/tsconfig.json

10 lines
181 B
JSON
Raw Permalink Normal View History

{
"compilerOptions": {
"target": "ES2022",
"rootDir": "./src",
"outDir": "./obj",
"moduleResolution": "nodenext"
},
"reflection": true
}