platform/packages/theme/tsconfig.json

10 lines
169 B
JSON
Raw Normal View History

{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"declaration": true,
"outDir": "./lib",
"rootDir": "./src",
"strict": true
}
}