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

11 lines
No EOL
249 B
JSON

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