TeaWeb/tools/trgen/tsconfig.json
2020-08-01 14:54:44 +02:00

18 lines
No EOL
290 B
JSON

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