TeaWeb/tools/dtsgen/tsconfig.json

17 lines
242 B
JSON
Raw Normal View History

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