11 lines
No EOL
249 B
JSON
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" ]
|
|
} |