mirror of
https://github.com/mikuloverfan/draft-paper.git
synced 2026-07-22 07:24:35 +00:00
12 lines
No EOL
239 B
JSON
12 lines
No EOL
239 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "CommonJS",
|
|
"lib": ["DOM", "ESNext"],
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"moduleResolution": "node"
|
|
},
|
|
"include": ["*.ts"]
|
|
} |