mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 01:58:29 +00:00
14 lines
233 B
JSON
14 lines
233 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"sourceMap": false,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"noLib": false
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|