Removes the tsickle dependency added when tsickle was added to the transform compiler. Added a test to ensure stray dependencies are not added and no errors are introduced during module flattening.
19 lines
395 B
JSON
19 lines
395 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"noImplicitAny": true,
|
|
"skipLibCheck": true,
|
|
"sourceMap": false,
|
|
"lib": ["es2015", "dom"],
|
|
"types": [
|
|
"node",
|
|
"minimist"
|
|
]
|
|
},
|
|
"files": [
|
|
"typescript_host.ts",
|
|
"typescript_validator.ts",
|
|
"load_test.ts"
|
|
]
|
|
} |