sakobo/tsconfig.json

14 lines
No EOL
230 B
JSON

{
"compilerOptions": {
"rootDir": "src/",
"outDir": "build/",
"esModuleInterop": true
},
"include": [
"src/**/*"
],
"exclude": [
"node_modules/",
"build/"
]
}