mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 10:08:57 +00:00
17 lines
323 B
JSON
17 lines
323 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"experimentalDecorators": true,
|
|
"module": "es2015",
|
|
"moduleResolution": "node",
|
|
"target": "es5",
|
|
"sourceMap": true,
|
|
"skipDefaultLibCheck": true,
|
|
"types": ["requirejs"]
|
|
},
|
|
"exclude": [
|
|
"bin",
|
|
"node_modules"
|
|
]
|
|
}
|