mirror of
https://github.com/tamasfe/taplo.git
synced 2025-08-05 01:18:03 +00:00
13 lines
273 B
JSON
13 lines
273 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2019",
|
|
"lib": ["ES2019"],
|
|
"sourceMap": false,
|
|
"rootDir": "src",
|
|
"moduleResolution": "node",
|
|
"module": "ESNext",
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": false
|
|
},
|
|
"exclude": ["node_modules"]
|
|
}
|