14 lines
235 B
JSON
14 lines
235 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ES2022",
|
|
"noImplicitAny": true,
|
|
"removeComments": true,
|
|
"sourceMap": true,
|
|
"outDir": "./dist",
|
|
"strict": true
|
|
},
|
|
"files": [
|
|
"src/app.ts"
|
|
]
|
|
}
|