create-gojs-kit
Version:
A CLI for downloading GoJS samples, extensions, and docs
20 lines • 385 B
JSON
{
"compilerOptions": {
"target": "ES6",
// "removeComments": true,
// "stripInternal": true,
// "declaration": true,
// "declarationDir": "./src/",
// "strict": true,
"skipLibCheck": true,
"paths": {
"gojs": [
"../../release/go-module.d.ts"
]
}
},
"include": [
"./src/**/*.ts"
],
"exclude": [],
}