21 lines
398 B
JSON
21 lines
398 B
JSON
{
|
|
"compilerOptions": {
|
|
"rootDir": "./",
|
|
"outDir": "../build/server/",
|
|
|
|
"module": "ESNext",
|
|
"moduleResolution": "NodeNext",
|
|
"esModuleInterop": true,
|
|
"isolatedModules": true,
|
|
"lib": ["ESNext", "DOM", "DOM.Iterable"],
|
|
"skipLibCheck": true,
|
|
"target": "ESNext",
|
|
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"sourceMap": true,
|
|
|
|
"strict": true
|
|
}
|
|
}
|