LANCommander/LANCommander.UI/tsconfig.json

12 lines
259 B
JSON
Raw Permalink Normal View History

2024-08-18 15:25:31 -05:00
{
"compilerOptions": {
"target": "ES6",
"module": "ESNext",
"outDir": "./dist",
"moduleResolution": "node",
"sourceMap": true,
"allowSyntheticDefaultImports": true
},
"include": [ "**/*.ts" ],
"exclude": [ "node_modules" ]
}