Release v0.1.2
This commit is contained in:
22
webui/tsconfig.module-tests.json
Normal file
22
webui/tsconfig.module-tests.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2020",
|
||||
"lib": ["ES2020", "DOM"],
|
||||
"strict": true,
|
||||
"skipLibCheck": true,
|
||||
"esModuleInterop": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"module": "CommonJS",
|
||||
"moduleResolution": "Node",
|
||||
"noEmit": false,
|
||||
"outDir": ".module-test-build",
|
||||
"rootDir": ".",
|
||||
"jsx": "react-jsx"
|
||||
},
|
||||
"include": [
|
||||
"tests/module-capabilities.test.ts",
|
||||
"src/platform/moduleLogic.ts",
|
||||
"src/types.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user