LANCommander/LANCommander.UI/tsconfig.json
2024-08-18 15:25:31 -05:00

12 lines
No EOL
259 B
JSON

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