mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-24 02:30:13 +00:00
13 lines
199 B
JSON
13 lines
199 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "node",
|
|
"target": "es5",
|
|
"outDir": "tmp",
|
|
"sourceMap": false
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"generator-aspnet-spa"
|
|
]
|
|
}
|