1
Fork 0
holllo-org/tsconfig.json

15 lines
243 B
JSON

{
"compilerOptions": {
"esModuleInterop": true,
"module": "ES2022",
"moduleResolution": "Node",
"noEmit": true,
"outDir": "build",
"strict": true,
"target": "ES2022"
},
"include": [
"source/**/*.ts"
]
}