Initial import of Forge app
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2020",
|
||||
"module": "CommonJS",
|
||||
"lib": ["ES2020", "ES2021.String"],
|
||||
"strict": true,
|
||||
"esModuleInterop": true,
|
||||
"skipLibCheck": true,
|
||||
"outDir": "./dist",
|
||||
"rootDir": ".",
|
||||
"resolveJsonModule": true
|
||||
},
|
||||
"include": ["index.ts", "server/**/*.ts"],
|
||||
"exclude": ["node_modules", "client", "dist", "extension", "**/*.test.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user