feat(move): move lib

This commit is contained in:
thomas
2023-10-17 23:02:33 +02:00
parent 2e0c7f61cb
commit fcd125d001
17 changed files with 23 additions and 23 deletions

View File

@@ -0,0 +1,12 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../../dist/out-tsc",
"types": [],
"target": "ES2022",
"useDefineForClassFields": false
},
"files": ["src/main.ts", "src/polyfills.ts"],
"include": ["src/**/*.d.ts"],
"exclude": ["jest.config.ts", "**/*.test.ts", "**/*.spec.ts"]
}