mirror of
https://github.com/fluencelabs/aqua-vscode
synced 2025-03-15 22:00:52 +00:00
16 lines
364 B
JSON
16 lines
364 B
JSON
{
|
|
"allowJs": true,
|
|
"compilerOptions": {
|
|
"target": "ES5",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"outDir": "out",
|
|
"rootDir": "src"
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["node_modules"],
|
|
"extends": "@tsconfig/node16-strictest/tsconfig.json"
|
|
}
|