mirror of
https://github.com/google/gn-language-server.git
synced 2025-12-23 12:26:43 +00:00
12 lines
160 B
JSON
12 lines
160 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "Node16",
|
|
"target": "ES2022",
|
|
"lib": [
|
|
"ES2022"
|
|
],
|
|
"sourceMap": true,
|
|
"rootDir": "src",
|
|
"strict": true,
|
|
}
|
|
}
|