typocomath/tsconfig.json

8 lines
119 B
JSON

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