Interface-Admin/tsconfig.json
2020-07-14 21:00:52 -04:00

14 lines
183 B
JSON

{
"compilerOptions": {
"target": "esnext",
"module": "commonjs",
"outDir": "dist",
"sourceMap": true
},
"include": [
"src/**/*.ts"
],
"exclude": [
"node_modules"
]
}