TeaWeb/tools/trgen/tsconfig.json

21 lines
383 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"moduleResolution": "node",
"module": "commonjs",
"lib": ["es6"],
"typeRoots": [],
"types": [],
"esModuleInterop": true
},
"files": [
"./Definitions.ts",
"./generator/JsRenderer.ts",
"./generator/TypeScript.ts",
"./webpack/Loader.ts",
"./webpack/Plugin.ts",
"./webpack/Utils.ts"
]
}