typocomath/tsconfig.json

9 lines
159 B
JSON

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