18 lines
371 B
JSON
18 lines
371 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"
|
|
]
|
|
} |