LANCommander/LANCommander.Server/wwwroot/scripts/tsconfig.json
2024-08-04 18:44:33 -05:00

12 lines
No EOL
256 B
JSON

{
"compilerOptions": {
"target": "ES6",
"module": "ESNext",
"outDir": "./dist",
"moduleResolution": "node",
"sourceMap": true,
"allowSyntheticDefaultImports": true
},
"include": [ "**/*.ts" ],
"exclude": [ "node_modules" ]
}