ts
This commit is contained in:
25
tsconfig.frontend.json
Normal file
25
tsconfig.frontend.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2020",
|
||||
"module": "ES2020",
|
||||
"moduleResolution": "node",
|
||||
"lib": ["ES2020", "DOM"],
|
||||
"outDir": "./public/dist",
|
||||
"strict": true,
|
||||
"esModuleInterop": true,
|
||||
"skipLibCheck": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"resolveJsonModule": true,
|
||||
"declaration": false,
|
||||
"sourceMap": true,
|
||||
"allowJs": true
|
||||
},
|
||||
"include": [
|
||||
"public/script.ts"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"src",
|
||||
"public/dist"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user