2017-03-01 13:22:46 -08:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"module": "commonjs",
|
|
|
|
|
"target": "es5",
|
|
|
|
|
"noImplicitAny": true,
|
|
|
|
|
"skipLibCheck": true,
|
|
|
|
|
"sourceMap": false,
|
|
|
|
|
"lib": ["es2015", "dom"],
|
|
|
|
|
"types": [
|
|
|
|
|
"node",
|
|
|
|
|
"minimist"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"typescript_host.ts",
|
2017-08-15 17:04:45 -07:00
|
|
|
"typescript_validator.ts",
|
|
|
|
|
"load_test.ts"
|
2017-03-01 13:22:46 -08:00
|
|
|
]
|
|
|
|
|
}
|