LANCommander/LANCommander.Client/wwwroot/scripts/tsconfig.json

12 lines
256 B
JSON
Raw Permalink Normal View History

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