mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-24 10:40:23 +00:00
14 lines
239 B
JSON
14 lines
239 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "node",
|
|
"target": "es6",
|
|
"jsx": "preserve",
|
|
"experimentalDecorators": true,
|
|
"sourceMap": true,
|
|
"skipDefaultLibCheck": true
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|