sakobo/tsconfig.json

14 lines
230 B
JSON
Raw Normal View History

2025-01-17 10:28:24 +01:00
{
"compilerOptions": {
"rootDir": "src/",
"outDir": "build/",
"esModuleInterop": true
},
"include": [
"src/**/*"
],
"exclude": [
"node_modules/",
"build/"
]
}