gs-json
Version:
gs-JSON is a domain agnostic unifying 3D file format for geometric and semantic modelling (hence the 'gs').
22 lines (21 loc) • 481 B
JSON
{
"compileOnSave": true,
"compilerOptions": {
"rootDir": "",
"outDir": "./dist",
"target": "ES6",
"module": "ES6",
"moduleResolution": "node",
"sourceMap": true,
"declaration":true,
"types": [ "jasmine", "node" ],
"typeRoots": [ "./node_modules/@types" ]
},
"include": [
"index.ts",
"./src/**/*.ts"
],
"exclude": [
"./node_modules"
]
}