mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 10:08:57 +00:00
16 lines
254 B
JSON
16 lines
254 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "node",
|
|
"target": "es5",
|
|
"rootDir": ".",
|
|
"outDir": "tmp",
|
|
"sourceMap": false,
|
|
"lib": ["es6", "dom"]
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"**/node_modules",
|
|
"tmp"
|
|
]
|
|
}
|