18 lines
309 B
JSON
18 lines
309 B
JSON
|
|
{
|
|
"compilerOptions": {
|
|
"target": "ES2015",
|
|
"module": "commonJS",
|
|
"experimentalDecorators": true,
|
|
//"outDir": "./../Demos/src/StructV",
|
|
"outDir": "./../Visualizer/src/StructV",
|
|
"declaration": true
|
|
},
|
|
"exclude": [
|
|
"node_modules", "examples"
|
|
]
|
|
}
|
|
|
|
|
|
|