Files

42 lines
812 B
JSON
Raw Permalink Normal View History

{
"compilerOptions": {
"module": "commonjs",
2023-09-01 07:36:48 -07:00
"target": "es2021",
"lib": [
2023-09-01 07:36:48 -07:00
"es2021",
],
"rootDir": ".",
"outDir": "../out-test",
"sourceMap": true,
"removeComments": true,
"baseUrl": ".",
"paths": {
"common/*": [
"../../../src/common/*"
],
"browser/*": [
"../../../src/browser/*"
]
},
"strict": true,
"types": [
"../../../node_modules/@types/node",
2023-09-08 10:12:06 -07:00
"../../../node_modules/@lunapaint/png-codec",
2023-09-08 10:22:13 -07:00
"../../../out-test/playwright/TestUtils",
"../../../out-test/playwright/SharedRendererTests"
]
},
"include": [
"./**/*",
"../../../typings/xterm.d.ts"
],
"references": [
{
"path": "../../../src/common"
},
{
"path": "../../../src/browser"
}
]
}