14 lines
308 B
JSON
14 lines
308 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ES2022",
|
|
"moduleResolution": "Bundler",
|
|
"esModuleInterop": true,
|
|
"noEmit": true,
|
|
"allowImportingTsExtensions": true,
|
|
"noImplicitAny": false
|
|
},
|
|
"include": [
|
|
"src/**/*.ts",
|
|
]
|
|
} |