mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-24 10:40:23 +00:00
18 lines
345 B
JSON
18 lines
345 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"experimentalDecorators": true,
|
|
"module": "es2015",
|
|
"moduleResolution": "node",
|
|
"target": "es5",
|
|
"sourceMap": true,
|
|
"skipDefaultLibCheck": true,
|
|
"strict": true,
|
|
"types": ["webpack-env"]
|
|
},
|
|
"exclude": [
|
|
"bin",
|
|
"node_modules"
|
|
]
|
|
}
|