typocomath/tsconfig.json

9 lines
157 B
JSON
Raw Normal View History

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