TeaWeb/tools/trgen/tsconfig.json
Gapodo e15feca680 updates...
hard lock wabt (has breaking change within minor version)
2023-11-21 01:44:46 +01:00

22 lines
No EOL
419 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"skipLibCheck": true,
"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"
]
}