mirror of
https://github.com/denoland/deno.git
synced 2024-11-02 09:34:19 -04:00
15 lines
310 B
JSON
15 lines
310 B
JSON
{
|
|
"extends": "./tsconfig.test.json",
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"baseUrl": ".",
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"noEmit": true,
|
|
"pretty": true,
|
|
"resolveJsonModule": true,
|
|
"target": "esnext",
|
|
"lib": ["esnext"]
|
|
},
|
|
"include": ["./**/*.ts"]
|
|
}
|