mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2026-01-06 08:56:13 +00:00
Add Appveyor builds and webdriver.io tests (tests cover Angular2Spa template only at present)
This commit is contained in:
15
test/tsconfig.json
Normal file
15
test/tsconfig.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"moduleResolution": "node",
|
||||
"target": "es5",
|
||||
"rootDir": ".",
|
||||
"outDir": "tmp",
|
||||
"sourceMap": false,
|
||||
"lib": ["es6", "dom"]
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"**/node_modules",
|
||||
"tmp"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user