gn-language-server/vscode-gn/tsconfig.json
Shuhei Takahashi 0087216f6a Initial commit
2025-01-06 07:49:20 +09:00

12 lines
160 B
JSON

{
"compilerOptions": {
"module": "Node16",
"target": "ES2022",
"lib": [
"ES2022"
],
"sourceMap": true,
"rootDir": "src",
"strict": true,
}
}