0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-29 08:58:01 -04:00
denoland-deno/tsconfig.json
2019-10-05 12:02:34 -04:00

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"]
}