mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-24 10:40:23 +00:00
15 lines
247 B
JSON
15 lines
247 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"sourceMap": false,
|
|
"declaration": true,
|
|
"experimentalDecorators": true,
|
|
"noLib": false,
|
|
"outDir": "./dist"
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|