typocomath/tsconfig.json

8 lines
117 B
JSON
Raw Normal View History

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