17 lines
335 B
JSON
17 lines
335 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"paths": {
|
|
"@dflike/shared": ["../shared/src"]
|
|
}
|
|
},
|
|
"include": ["src"],
|
|
"references": [{ "path": "../shared" }]
|
|
}
|