TeaWeb/tools/dtsgen/tsconfig.json

15 lines
220 B
JSON
Raw Normal View History

2018-12-04 19:02:45 +01:00
{
"compilerOptions": {
"baseUrl": ".",
"moduleResolution": "node",
"module": "commonjs",
"lib": ["es6"],
"typeRoots": [],
"types": []
},
"files": [
"declarator.ts",
"index.ts"
]
}