13 lines
336 B
JSON
13 lines
336 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2020",
|
|
"module": "es2020",
|
|
"moduleResolution": "node",
|
|
"skipLibCheck": true,
|
|
"allowImportingTsExtensions": true,
|
|
"emitDeclarationOnly": true,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"declarationDir": "../static"
|
|
}
|
|
} |