13 lines
218 B
JSON
Raw Normal View History

{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "bundler",
"rootDir": "./src",
"composite": false,
"types": [
"../typings/types.d.ts"
]
}
}