2018-12-04 19:02:45 +01:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"baseUrl": ".",
|
2023-11-17 21:47:09 +01:00
|
|
|
"skipLibCheck": true,
|
2018-12-04 19:02:45 +01:00
|
|
|
"moduleResolution": "node",
|
|
|
|
"module": "commonjs",
|
2023-11-17 21:47:09 +01:00
|
|
|
"lib": [
|
|
|
|
"es6"
|
|
|
|
],
|
2018-12-04 19:02:45 +01:00
|
|
|
"typeRoots": [],
|
2021-03-16 16:40:17 +01:00
|
|
|
"types": [],
|
|
|
|
"esModuleInterop": true
|
2018-12-04 19:02:45 +01:00
|
|
|
},
|
|
|
|
"files": [
|
2021-03-22 17:00:11 +01:00
|
|
|
"./Definitions.ts",
|
|
|
|
"./generator/JsRenderer.ts",
|
|
|
|
"./generator/TypeScript.ts",
|
|
|
|
"./webpack/Loader.ts",
|
|
|
|
"./webpack/Plugin.ts",
|
|
|
|
"./webpack/Utils.ts"
|
2018-12-04 19:02:45 +01:00
|
|
|
]
|
|
|
|
}
|