15 lines
219 B
JSON
15 lines
219 B
JSON
![]() |
{
|
||
|
"compilerOptions": {
|
||
|
"baseUrl": ".",
|
||
|
"moduleResolution": "node",
|
||
|
"module": "commonjs",
|
||
|
"lib": ["es6"],
|
||
|
|
||
|
"typeRoots": [],
|
||
|
"types": []
|
||
|
},
|
||
|
"files": [
|
||
|
"generator.ts",
|
||
|
"index.ts"
|
||
|
]
|
||
|
}
|