12 lines
246 B
JSON
12 lines
246 B
JSON
|
{
|
||
|
"name": "The Extollo Framework",
|
||
|
"readme": "./docs/HOME.md",
|
||
|
"tsconfig": "tsconfig.json",
|
||
|
"sourcefile-url-map": "./docs/sourcefile-map.json",
|
||
|
"theme": "./docs/theme",
|
||
|
"out": "./docs/www",
|
||
|
"entryPoints": [
|
||
|
"src/index.ts"
|
||
|
]
|
||
|
}
|