TeaWeb/tools/trgen/tsconfig.json

15 lines
219 B
JSON
Raw Normal View History

{
"compilerOptions": {
"baseUrl": ".",
"moduleResolution": "node",
"module": "commonjs",
"lib": ["es6"],
"typeRoots": [],
"types": []
},
"files": [
"generator.ts",
"index.ts"
]
}