mirror of https://github.com/tycrek/ass
parent
d0c1d08431
commit
5270b3c7b6
@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"extends": "@tsconfig/node18/tsconfig.json",
|
||||||
|
"compilerOptions": {
|
||||||
|
"outDir": "../dist",
|
||||||
|
"lib": [
|
||||||
|
"ES2022",
|
||||||
|
],
|
||||||
|
"moduleResolution": "Node"
|
||||||
|
},
|
||||||
|
"include": [
|
||||||
|
"./**/*.ts",
|
||||||
|
"../**/common/*.ts"
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"extends": "@tsconfig/node18/tsconfig.json",
|
||||||
|
"compilerOptions": {
|
||||||
|
"outDir": "../dist-frontend",
|
||||||
|
"lib": [
|
||||||
|
"ES2022",
|
||||||
|
"DOM"
|
||||||
|
],
|
||||||
|
"target": "ES2015",
|
||||||
|
},
|
||||||
|
"include": [
|
||||||
|
"./**/*.mts",
|
||||||
|
"../**/common/*.ts"
|
||||||
|
]
|
||||||
|
}
|
@ -1,16 +0,0 @@
|
|||||||
{
|
|
||||||
"extends": "@tsconfig/node16/tsconfig.json",
|
|
||||||
"compilerOptions": {
|
|
||||||
"outDir": "./dist",
|
|
||||||
"target": "ES2022",
|
|
||||||
"lib": [
|
|
||||||
"ES2022",
|
|
||||||
"DOM"
|
|
||||||
],
|
|
||||||
"allowJs": false,
|
|
||||||
"downlevelIteration": true
|
|
||||||
},
|
|
||||||
"include": [
|
|
||||||
"src2/**/*.ts"
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
Reference in new issue